summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-10-29 15:32:12 +0100
committerOskar Nyberg <oskar@mullvad.net>2020-10-29 15:32:12 +0100
commit4d97635cb60306341e1281096099c7076bc3f62c (patch)
tree87d39ad8305bedbf93a68ef8bc5bdfe9391b9861
parentf6bfd5ef8d21bca04264c226a23c3f0cc902cb3f (diff)
downloadmullvadvpn-4d97635cb60306341e1281096099c7076bc3f62c.tar.xz
mullvadvpn-4d97635cb60306341e1281096099c7076bc3f62c.zip
Move Android instructions to a subsection of messages.pot section
-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).