diff options
| -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: |
