Doc: Fix module name in translation example

Changed module name from module to yourmodule according to the example description.

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
Nicolai 2017-10-22 16:38:12 +02:00 committed by Eric Lippmann
parent 8c40aef9ab
commit 1cbaff76d9
1 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ If we haven't yet any translations strings in our .po file or even the .po file,
job for us:
```
icingacli translation refresh module development ll_CC
icingacli translation refresh module yourmodule ll_CC
```
This will go through all .php and .phtml files inside the module and a look after `$this->translate()` if there is
@ -210,7 +210,7 @@ msgstr "Attrappe"
The last step is to compile the `yourmodule.po` to the `yourmodule.mo`:
```
icingacli translation compile module development ll_CC
icingacli translation compile module yourmodule ll_CC
```
At this moment, everywhere in the module where the `Dummy` should be translated, it would returns the translated