mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Speed up transifex download
This commit is contained in:
parent
ba791c6ae3
commit
06e3bee3df
1 changed files with 6 additions and 1 deletions
|
@ -44,7 +44,12 @@ Updating Translations
|
|||
tx push -s
|
||||
# Force push/pull to make sure this is executed. Apparently tx only compares timestamps, not file
|
||||
# contents. So if a file was `touch`ed, it won't be updated by default.
|
||||
tx pull -a -f
|
||||
# Use multiple transifex instances for pulling to speed things up.
|
||||
tx pull -a -f -r "syncthing-android.stringsxml" &
|
||||
tx pull -a -f -r "syncthing-android.description_fulltxt" &
|
||||
tx pull -a -f -r "syncthing-android.description_shorttxt" &
|
||||
tx pull -a -f -r "syncthing-android.titletxt" &
|
||||
wait
|
||||
./gradlew deleteUnsupportedPlayTranslations
|
||||
git add -A "app/src/main/play/"
|
||||
git add -A "app/src/main/res/values-*/strings.xml"
|
||||
|
|
Loading…
Reference in a new issue