summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gui/locales/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/gui/locales/README.md b/gui/locales/README.md
index c32f80f339..9452b36830 100644
--- a/gui/locales/README.md
+++ b/gui/locales/README.md
@@ -45,6 +45,11 @@ This is a folder with gettext translations for Mullvad VPN app.
Run `npm run update-translations` to extract the new translations from the source
code. Use `crowdin.sh upload` to submit them to Crowdin.
+#### 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
@@ -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).