From a6f66bf40cd3b12d2b29940a72426d84626163c7 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 28 Nov 2011 07:53:00 +0100 Subject: [PATCH] tell how to test translations --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 35721d3..98c1688 100644 --- a/README.rst +++ b/README.rst @@ -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``. -- 2.30.2