My open source Android application has internationalization done the Android way, with strings.xml files.
The community has many people from many countries, and they are willing to contribute/improve translations using a collaborative website.
There is Launchpad but it only supports the gettext format so we would have to use scripts, not very convenient.
What website is convenient for translating open source Android applications?
Anybody must be able to start contributing without any sort of prior approval.
I opted for Crowdin. It allows the admin to upload the XML files, and then anyone can translate to any language.
Translated files can be downloaded in a ZIP archive.
It is free for Open Source projects.
The UI used to be really slow, but it has got better recently.
I've written a tool to convert between Android XML resources and .po files:
http://blog.elsdoerfer.name/2010/04/08/android2po-managing-android-translations/ http://github.com/miracle2k/android2po
I'm using this myself with Pootle, and it works well enough, though I'm not really all that happy with the Pootle UI. Crowdin is in fact much better in that regard.
Here is a small tool I've developed: http://www.lokaligo.com/.
Probably not perfect, but for me, for now does the job.
Localize your apps and content more easily – Android Resource (.xml) formats now supported in Translator Toolkit [1] http://translate.google.com/toolkit
[1] http://googledevelopers.blogspot.nl/2012/03/localize-your-apps-and-content-more.html
See Get Localization http://www.getlocalization.com, it integrates with Eclipse.
Amanuens.com has also support for android builtin, is free in 2011, syncs with your repo, but personally I dislike the editor.
Transifex is a really good tool for collaborative translation. It offers paid plans, a free demo for 15 days and is free for open source projects.
I use Androglot.com, its quite early stage but promising, free and open to anyone, supports Android string.xml files (and string-array) without restrictions...
I found MyGengo's String, which has native support for Android string resources. They're still a little buggy, but they have a slick interface. They're free for public projects.
Are there any others that have sprung up since last year? (please post as a new answer, not a comment to this answer)
I've started using android2po with a Drupal-based translation tool.
来源:https://stackoverflow.com/questions/2520891/any-collaborative-tool-website-to-localize-an-android-app