[Tuxpaint-i18n] Odp.: Translating the config activity of the Android version
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
From: Piotr K. <eu...@ho...> - 2017-06-01 07:12:55
|
Oe more question. How to understand string <string name="Locale">Locale</string>? Is ths something like: Select language Regards Piotr ________________________________ Od: Pere Pujal i Carabantes <per...@gm...> Wysłane: 1 czerwca 2017 00:49 Do: tux...@li... Temat: [Tuxpaint-i18n] Translating the config activity of the Android version Hi all, the Android version of Tux Paint is slowly becoming ready, now I've just made the config activity translatable, but before calling for translations, Can somebody review the original English text and style? Once we have that fixed, the way to translate is to copy the strings.xml file to a directory called values-LL where LL is the locale for witch the translation has to be made. Then edit the file, remove the lines containing the translatable="false" string, for the rest keep the name="xxx" and just change the original English text between > and < say <string name="sound_enabled">Sound enabled</string> becomes, for Catalan <string name="sound_enabled">So activat</string> Thanks Pere |