mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Remove 30% coverage threshold from fetch-translations
It wasn't an effective rule for weeding out inactive translations - a 20% coverage of wagtailadmin is better than 100% coverage of wagtailsites. (minimum-perc=1 is required because otherwise it'll pull in languages with no coverage at all, which includes a lot of junk)
This commit is contained in:
parent
eb78c9e235
commit
23af4e4251
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
find ../wagtail -iname *.po ! -iwholename */en/* -delete
|
||||
|
||||
# Fetch new translations from transifex
|
||||
tx pull -a --minimum-perc=30
|
||||
tx pull -a --minimum-perc=1
|
||||
|
||||
# Clean the PO files using msgattrib
|
||||
# This removes the following:
|
||||
|
|
|
|||
Loading…
Reference in a new issue