mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Pull translations in parallel.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user