mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-09 11:41:29 +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 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
|
||||
git add -A "src/main/play/"
|
||||
git add -A "src/main/res/values-*/strings.xml"
|
||||
|
|
Loading…
Reference in a new issue