diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-07-10 07:17:27 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-07-10 08:24:37 +0200 |
| commit | 1a97a5e29ff12a76b507bc56d108d69dd4f4b945 (patch) | |
| tree | 5d7bd34df604ea3737f7a10200509a119ee5a0f7 /gui | |
| parent | 67920283f193603baba0f0460c6a2a18050b68e9 (diff) | |
| download | mullvadvpn-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.md | 7 |
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: |
