From 8e004430fb47dc6ea1dae749ea0ed35f081e657c Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 19 May 2017 12:42:42 +0100 Subject: [PATCH] Updated Managing Wagtail translations (markdown) --- Managing-Wagtail-translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Managing-Wagtail-translations.md b/Managing-Wagtail-translations.md index bca53dc..d62cd9e 100644 --- a/Managing-Wagtail-translations.md +++ b/Managing-Wagtail-translations.md @@ -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.