From: Christian Weiske Date: Thu, 24 Nov 2011 19:13:27 +0000 (+0100) Subject: talk about translations X-Git-Tag: v1.0.0~31 X-Git-Url: https://git.cweiske.de/enigma2-curlytx.git/commitdiff_plain/a5ccfecbae7fa1017f76b809fc4b71185946251d talk about translations --- diff --git a/README.rst b/README.rst index f9b28ec..35721d3 100644 --- a/README.rst +++ b/README.rst @@ -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 ========