summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2022-07-15 11:45:51 +0200
committerOskar Nyberg <oskar@mullvad.net>2022-07-15 11:45:51 +0200
commit783a1c95bbb2d973df5e3b0b31e2258ae45853fc (patch)
treeccd5687432afcbbc0233553b13640566994ff184 /android
parent9ba1ffe343ceed18674885dca1940ef403924433 (diff)
parentd20500a4cab06d7ae584799162423d9ff3f093c8 (diff)
downloadmullvadvpn-783a1c95bbb2d973df5e3b0b31e2258ae45853fc.tar.xz
mullvadvpn-783a1c95bbb2d973df5e3b0b31e2258ae45853fc.zip
Merge branch 'add-localization-helper-script'
Diffstat (limited to 'android')
-rw-r--r--android/README.md7
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