tell how to test translations
authorChristian Weiske <cweiske@cweiske.de>
Mon, 28 Nov 2011 06:53:00 +0000 (07:53 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 28 Nov 2011 06:53:00 +0000 (07:53 +0100)
README.rst

index 35721d3c18a3cb8acf4585315c90e584896b8008..98c168807ea105c9cfcd35b2dad99e5a1d829f2a 100644 (file)
@@ -31,6 +31,7 @@ Replace ``$lang_code`` with your two-letter language code::
     ... edit $lang_code.po now
     $ ./compile.sh
 
+
 Editing an existing translation
 -------------------------------
 Simply run ::
@@ -42,6 +43,15 @@ This will update the translation template ``messages.pot`` from the source code
 and will merge the changes into the single translation files.
 
 
+Testing a translation
+---------------------
+Link your compiled translation file into ::
+
+    src/locale/$lang_code/LC_MESSAGES/CurlyTx.mo
+
+Enigma2 will pick it up automatically.
+
+
 Building
 ========
 First upgrade the version number in ``CONTROL/control``.