Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any collaborative tool/website to localize an Android app? [closed]

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.

like image 734
Nicolas Raoul Avatar asked Mar 26 '10 02:03

Nicolas Raoul


People also ask

How do I change localization in Android?

You'll find this screen either in the System Settings app: Languages, or System Settings: System: Languages and input. The Language preference screen should contain one entry called “English (Europe)”. Click Add language and add a fallback language.

Should you localize your app?

As you can see, mobile app localization is truly a must-do for any app developer. When it's done properly, localization is one of the best ways to ensure more downloads, more users, and more revenue.


1 Answers

One tool was not yet listed so far - Weblate. It has native support for Android string resources and is already used for several apps (for example OsmAnd). Though it requires you to use distributed version control system (preferably Git).

like image 193
Michal Čihař Avatar answered Oct 14 '22 22:10

Michal Čihař