Updated Managing Wagtail translations (markdown)

master
Matt Westcott 2017-05-19 12:42:42 +01:00
rodzic 6ea6d2165e
commit 8e004430fb
1 zmienionych plików z 1 dodań i 1 usunięć

@ -23,7 +23,7 @@ To be done periodically, ideally just before a new Wagtail release. From the roo
cd scripts
./fetch-translations.sh
and 'git add' any new folders that are created.
and 'git add' any new folders that are created. However, don't add folders for territory-specific translations (e.g. `es_ES`) that are less complete than the corresponding generic translations (e.g. `es`), as these cause the generic ones to be blocked due to a Django bug: https://github.com/wagtail/wagtail/issues/3600
**Important** - check the output of `fetch-translations.sh` for errors, and sanity-check the changes with `git status` / `git diff` before committing. Failures during the script's run can result in files erroneously being deleted.