summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2022-05-20 11:40:12 +0200
committerOskar Nyberg <oskar@mullvad.net>2022-05-20 11:42:14 +0200
commite3dd93c41bd775a0d523ab2bb3bcec72a89242a7 (patch)
tree82e8a0a018409460eea62bfaf64c9a4fecd673d9
parent8f6bf74b9364ffcb9c95aa21e4acf731d4bfa309 (diff)
downloadmullvadvpn-e3dd93c41bd775a0d523ab2bb3bcec72a89242a7.tar.xz
mullvadvpn-e3dd93c41bd775a0d523ab2bb3bcec72a89242a7.zip
Add android translation integration documentation
-rw-r--r--gui/locales/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/gui/locales/README.md b/gui/locales/README.md
index 68e0bc15d7..b696de4e5d 100644
--- a/gui/locales/README.md
+++ b/gui/locales/README.md
@@ -82,3 +82,14 @@ command:
```
CROWDIN_API_KEY=$YOUR_CROWDIN_KEY ./gui/scripts/crowdin.sh download
```
+
+## Add new translations to the Android app
+
+Adding the new translations to the Android app after downloading them from Crowdin is similar to how
+the translations template is updated. First run:
+```
+npm run update-translations
+```
+
+And then run the Android translations converter tool as described in the
+[Android readme](../../android/README.md).