Is it possible to translate Scratch into other languages not yet supported officially?
Offline
miguelsalazarg wrote:
Is it possible to translate Scratch into other languages not yet supported officially?
You can edit the source code.
Offline
Sure. Just copy one of the *.po file, rename it so that its name is unique and indicates your language, then put your language name at line 21 and translate every msgid in the following line (as msgstr). So, for example, in it.po you find
msgid "%H sensor value"
msgstr "valore del sensore %H"
where msgid is english (DON'T change it) and msgstr is Italian.
Offline
You can use this program http://www.poedit.net/download.php translating in it is much easier and faster (I tried it)
Offline
miguelsalazarg wrote:
Is it possible to translate Scratch into other languages not yet supported officially?
u can edit the source code. (i think)
Offline