From ea23e9f9a77354ced6c7cac052b76e1bd6b99e96 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 9 Jul 2019 14:17:15 +0100 Subject: [PATCH] Updated Managing Wagtail translations (markdown) --- Managing-Wagtail-translations.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Managing-Wagtail-translations.md b/Managing-Wagtail-translations.md index 7ce7ed2..290297c 100644 --- a/Managing-Wagtail-translations.md +++ b/Managing-Wagtail-translations.md @@ -29,9 +29,10 @@ and 'git add' any new folders that are created. However, don't add folders for t Once this is done, run - python ./get-translator-credits.py + python ./get-translator-credits.py > ../../logs/translators-YYYYMMDD.txt + diff -U10 ../../logs/translators-LAST_YYYYMMDD.txt ../../logs/translators-YYYYMMDD.txt -and update CONTRIBUTORS.txt with any translators / languages not already mentioned. Also add a release note in CHANGELOG.txt and docs/releases for any new languages. +and update CONTRIBUTORS.txt with any new translators / languages that show up in the diffs. All languages with >= 90% coverage should be in the `WAGTAILADMIN_PROVIDED_LANGUAGES` list in [wagtail/admin/utils.py](https://github.com/wagtail/wagtail/blob/master/wagtail/admin/utils.py), which defines the default list of languages under 'language preferences' in the admin. Compare this list against the progress list at https://www.transifex.com/torchbox/wagtail/languages/ and add any languages with >= 90% coverage not already listed.