Pull translations in parallel.

This commit is contained in:
Greyson Parrelli
2021-05-20 11:10:16 -04:00
parent 51856c4f06
commit d660e22e61

View File

@@ -31,7 +31,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'
commandLine 'tx', 'pull', '-a', '--minimum-perc=80', '--force', '--parallel'
}
task replaceEllipsis {