Reduce minimum translation requirement.

This commit is contained in:
Cody Henthorne 2022-05-17 13:41:05 -04:00
parent 7fe5376772
commit 0107e8e6eb

View file

@ -32,7 +32,7 @@ def autoResConfig() {
task pullTranslations(type: Exec) {
group 'Translate'
description 'Pull translations, requires transifex client and api key.'
commandLine 'tx', 'pull', '-a', '--minimum-perc=80', '--force', '--parallel'
commandLine 'tx', 'pull', '-a', '--minimum-perc=79', '--force', '--parallel'
}
task replaceEllipsis {