1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-24 10:55:54 +00:00

Force updating translations for release (fixes #947)

This commit is contained in:
Felix Ableitner 2017-09-20 01:33:16 +09:00
parent e127437bf1
commit ec985aad9c

View file

@ -37,7 +37,9 @@ Updating Translations
----------------------------- -----------------------------
" "
tx push -s tx push -s
tx pull -a # 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
./gradlew deleteUnsupportedPlayTranslations ./gradlew deleteUnsupportedPlayTranslations
git add -A "src/main/play/" git add -A "src/main/play/"
git add -A "src/main/res/values-*/strings.xml" git add -A "src/main/res/values-*/strings.xml"