From: Christian Weiske Date: Thu, 17 Nov 2011 20:39:12 +0000 (+0100) Subject: talk about translation X-Git-Tag: v0.3~30 X-Git-Url: https://git.cweiske.de/enigma2-curlytx.git/commitdiff_plain/830962a6be35a50cff5837c621a620afe8f1ed1c talk about translation --- diff --git a/README.rst b/README.rst index a7b98b0..78f5e74 100644 --- a/README.rst +++ b/README.rst @@ -22,3 +22,24 @@ Open issues License ======= The plugin is subject to the GPLv3 or later. + + + +Translation +=========== +Beginning a new translation +--------------------------- +Replace ``$lang_code`` with your two-letter language code:: + + $ cd po + $ cp messages.po $lang_code.po + ... edit $lang_code.po now + $ ./compile.sh + + +Building +======== +ipkg-build: + http://reichholf.net/files/dreambox/tools/ipkg-build + +http://dream.reichholf.net/wiki/Howto:IPK_Pakete_erstellen