Reduce minimum translation requirement.
This commit is contained in:
parent
7fe5376772
commit
0107e8e6eb
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue