diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-05-20 13:02:34 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-05-20 13:02:34 +0200 |
| commit | 9d2ceab94ce1e67140bfc4e34bf5ca9d980304d5 (patch) | |
| tree | 82e8a0a018409460eea62bfaf64c9a4fecd673d9 | |
| parent | 8f6bf74b9364ffcb9c95aa21e4acf731d4bfa309 (diff) | |
| parent | e3dd93c41bd775a0d523ab2bb3bcec72a89242a7 (diff) | |
| download | mullvadvpn-9d2ceab94ce1e67140bfc4e34bf5ca9d980304d5.tar.xz mullvadvpn-9d2ceab94ce1e67140bfc4e34bf5ca9d980304d5.zip | |
Merge branch 'add-android-translations-documentation'
| -rw-r--r-- | gui/locales/README.md | 11 |
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). |
