Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Localization tool

I have text resources in android, some are already translated whereas others are missing.

Is there a tool that can import e.g. the values xml file in addition to values xml file for Italian and checks what is missing and helps inserting the missing translations?

I tried OmegaT. This program imports the android resource and also writes into it. However, it did not show already translated stuff. Virtaal Translator does not support the xml files as input.

I would like to have a simple tool outside Eclipse, so that I may provide this tools to others helping to translate things.

like image 947
Patrick Avatar asked Jul 12 '12 07:07

Patrick


1 Answers

I found POEditor.com to be the best and easiest to use for Android strings translation. It supports Android XML strings import and I believe you can import your different files into the same translation and this will fill up your missing definitions. The export will give you an XML with all your definitions together. Oh, and it has also auto-translation or you can invite translators/friends to work with you only by inserting their email in that translation.

like image 143
s3v3n Avatar answered Sep 21 '22 05:09

s3v3n