kopia lustrzana https://github.com/ryukoposting/Signal-Android
Pull translations in parallel.
rodzic
51856c4f06
commit
d660e22e61
|
@ -31,7 +31,7 @@ def autoResConfig() {
|
||||||
task pullTranslations(type: Exec) {
|
task pullTranslations(type: Exec) {
|
||||||
group 'Translate'
|
group 'Translate'
|
||||||
description 'Pull translations, requires transifex client and api key.'
|
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 {
|
task replaceEllipsis {
|
||||||
|
|
Ładowanie…
Reference in New Issue