• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Accessories Platform for community translation

how does it work?
There are 3 components.
- an SDK that you should integrate in your android app. It is capable to read/write the resource file of the app. If you use Android studio the the integration needs only a few minutes.
- an android app (called Nativer) that supports translation on the phone
- a backend which helps users by "pretranslating" the resources using machine translation, stores completed translations made by users, and makes these translations available for other users.

You should publish the with the SDK, and your users can translate the app on the phone. Other users can get the reviewed translations independently from the app itself.

more info
SDK on github
Android studio plugin for easier integration
Nativer app on GooglePlay
 
Back
Top Bottom