Skip to content
max-kammerer edited this page May 10, 2020 · 10 revisions

There are several text resources to support localization for different languages. These resources are located into values folder and split in several categories:

...and so on.

Each resource file is a xml file with a list of string tags that contains id of resource resourceId (which should stay unchanged) and localized text (in example below it's English localization):

<string name="resourceId">Text for translation</string>

For localization to any language:

  1. Download preferred resource files or full project
  2. Translate text inside string tags (Text for translation in example above) to chosen language
  3. Send it back via pull request, issue or simply by e-mail

You could use Android Studio translation editor.

Errors in existing translations could be simply fixed via github file edit action.

Availiable translations:

Please use English or Russian resources as reference one for translations!

Clone this wiki locally