diff options
| -rw-r--r-- | README.rst | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -31,6 +31,16 @@ Replace ``$lang_code`` with your two-letter language code:: ... edit $lang_code.po now $ ./compile.sh +Editing an existing translation +------------------------------- +Simply run :: + + $ cd po + $ ./update.sh + +This will update the translation template ``messages.pot`` from the source code +and will merge the changes into the single translation files. + Building ======== |
