mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
doc/configuration: use late translation
This commit is contained in:
parent
a840a6d1f1
commit
c786cb9b7e
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/** @var $this \Icinga\Application\Modules\Module */
|
/** @var $this \Icinga\Application\Modules\Module */
|
||||||
|
|
||||||
$section = $this->menuSection($this->translate('Documentation'), array(
|
$section = $this->menuSection(N_('Documentation'), array(
|
||||||
'title' => 'Documentation',
|
'title' => 'Documentation',
|
||||||
'icon' => 'book',
|
'icon' => 'book',
|
||||||
'url' => 'doc',
|
'url' => 'doc',
|
||||||
@ -16,7 +16,7 @@ $section->add('Icinga Web 2', array(
|
|||||||
$section->add('Module documentations', array(
|
$section->add('Module documentations', array(
|
||||||
'url' => 'doc/module',
|
'url' => 'doc/module',
|
||||||
));
|
));
|
||||||
$section->add($this->translate('Developer - Style'), array(
|
$section->add(N_('Developer - Style'), array(
|
||||||
'url' => 'doc/style/guide',
|
'url' => 'doc/style/guide',
|
||||||
'priority' => 790
|
'priority' => 790
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user