diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-07-13 16:21:20 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-07-15 10:29:17 +0200 |
| commit | d20500a4cab06d7ae584799162423d9ff3f093c8 (patch) | |
| tree | ccd5687432afcbbc0233553b13640566994ff184 /android | |
| parent | a151e17ec13db9470c37ee59fec8a2952c0c3a26 (diff) | |
| download | mullvadvpn-d20500a4cab06d7ae584799162423d9ff3f093c8.tar.xz mullvadvpn-d20500a4cab06d7ae584799162423d9ff3f093c8.zip | |
Update android readme with reference to gui/locales/README.md
Diffstat (limited to 'android')
| -rw-r--r-- | android/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/android/README.md b/android/README.md index 514ffd263c..c45092b4da 100644 --- a/android/README.md +++ b/android/README.md @@ -4,6 +4,12 @@ This directory contains the files specific to the Android app. ## Translations / Localization +### How to update translations + +See [/gui/locales/README.md][gui-locales-readme] for how to easily update translations. + +### Detailed structure and script documentation + The app has localized messages stored in `src/main/res/values-<locale>/` directories, where `<locale>` is a two letter locale and can be followed by a two letter region code. For example: `en` or `en-rGB`. @@ -25,5 +31,6 @@ did not find any translation, making it simpler to use the template for obtainin translations. [root-readme]: ../README.md +[gui-locales-readme]: ../gui/locales/README.md [gui-locales]: ../gui/locales/ [messages.pot]: ../gui/locales/messages.pot |
