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:
parent
e127437bf1
commit
ec985aad9c
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue