X-Git-Url: https://git.cweiske.de/enigma2-curlytx.git/blobdiff_plain/51e38109477ff45369f01b1685b1bf609647588e..76a44dc9c6d4ce43590c2a6790ff1b915193c0a8:/README.rst 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