summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-07-10 07:17:27 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-07-10 08:24:37 +0200
commit1a97a5e29ff12a76b507bc56d108d69dd4f4b945 (patch)
tree5d7bd34df604ea3737f7a10200509a119ee5a0f7 /gui
parent67920283f193603baba0f0460c6a2a18050b68e9 (diff)
downloadmullvadvpn-1a97a5e29ff12a76b507bc56d108d69dd4f4b945.tar.xz
mullvadvpn-1a97a5e29ff12a76b507bc56d108d69dd4f4b945.zip
Add further instructions on how to integrate with Crowdin
Diffstat (limited to 'gui')
-rw-r--r--gui/locales/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/gui/locales/README.md b/gui/locales/README.md
index a139f1918c..c6a05f66d9 100644
--- a/gui/locales/README.md
+++ b/gui/locales/README.md
@@ -29,8 +29,15 @@ After updating the translations template (POT) locally, make sure to upload it t
CROWDIN_API_KEY=$YOUR_CROWDIN_KEY ./gui/scripts/crowdin.sh upload
```
+Triggering Crowdin to start translating has to be done manually. Speak to the project owner
+
## Downloading translations from Crowdin
+Before downloading from Crowdin the project must be "built" through their web interface. When you
+later download you will receive the translations from the last point in time when it was built:
+
+Go to the Crowdin project > Settings > "Build & Download" dropdown button > "Build project"
+
In order to download and integrate the new translations from Crowdin into the app, use the following
command: