Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Updates README-TRANSLATION.md
  • Loading branch information
fbergkemper committed Jun 8, 2016
1 parent e8fff3e commit 50d91a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/README-TRANSLATION.md
Expand Up @@ -12,13 +12,11 @@ or simply install it from your distributions package repository if available.

### How to refresh webui.pot file, when some strings have been added, modified or removed from source files?

Run the shellscript modules/Application/language/update-pot.sh, which updates the webui.pot file.
Run 'make update-pot' in modules/Application/language, which updates the webui.pot file.

### How to update an existing *.po file, when some strings have been added, modified or removed from source files?

After updating the webui.pot, see above run the shellscript modules/Application/language/update-po.sh, which updates your selected lang_LANG.po file.

Example: ./update-po.sh de_DE.po
After updating the webui.pot, please see above, run e.g. 'make update-po PO=en_EN.po' in modules/Application/language, which updates your given lang_LANG.po file and merges changes from webui.pot.

### How do I add a new translation into language xyz?

Expand Down

0 comments on commit 50d91a5

Please sign in to comment.