kopia lustrzana https://github.com/wagtail/wagtail
Updated Managing Wagtail translations (markdown)
rodzic
6ea6d2165e
commit
8e004430fb
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue