talk about translations
authorChristian Weiske <cweiske@cweiske.de>
Thu, 24 Nov 2011 19:13:27 +0000 (20:13 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 24 Nov 2011 19:13:27 +0000 (20:13 +0100)
README.rst

index f9b28ec3c0a61308673756088eba0b01bc4bc2ba..35721d3c18a3cb8acf4585315c90e584896b8008 100644 (file)
@@ -31,6 +31,16 @@ Replace ``$lang_code`` with your two-letter language code::
     ... edit $lang_code.po now
     $ ./compile.sh
 
     ... 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
 ========
 
 Building
 ========