diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-10-29 16:08:38 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-10-29 16:08:38 +0100 |
| commit | 7cb3e215c5d53c174744efdda0c440ba13328d55 (patch) | |
| tree | af26e1e2e8933dd16601457bbb049ac0926a5ab7 | |
| parent | f6bfd5ef8d21bca04264c226a23c3f0cc902cb3f (diff) | |
| parent | 9dc9e31785537e92693a087e1363d6da3696b984 (diff) | |
| download | mullvadvpn-7cb3e215c5d53c174744efdda0c440ba13328d55.tar.xz mullvadvpn-7cb3e215c5d53c174744efdda0c440ba13328d55.zip | |
Merge branch 'improve-translation-instructions' into master
| -rw-r--r-- | gui/locales/README.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gui/locales/README.md b/gui/locales/README.md index c32f80f339..68e0bc15d7 100644 --- a/gui/locales/README.md +++ b/gui/locales/README.md @@ -43,12 +43,17 @@ This is a folder with gettext translations for Mullvad VPN app. ### messages.pot Run `npm run update-translations` to extract the new translations from the source -code. Use `crowdin.sh upload` to submit them to Crowdin. +code. + +#### Android translations + +The Android app uses translation strings stored in a different format, but which can be generated +from the translations in this directory. For more information, see [here](../../android/README.md). ### relay-locations.pot To update the countries and cities you have to run the geo data scripts. Follow the instructions -in `gui/scripts/README.md`. +in [`gui/scripts/README.md`](../scripts/README.md). ## Uploading translations template to Crowdin @@ -77,8 +82,3 @@ command: ``` CROWDIN_API_KEY=$YOUR_CROWDIN_KEY ./gui/scripts/crowdin.sh download ``` - -## Android translations - -The Android app uses translation strings stored in a different format, but which can be generated -from the translations in this directory. For more information, see [here](../../android/README.md). |
