From ec985aad9c38f85add81a12e81295ed816e69471 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 20 Sep 2017 01:33:16 +0900 Subject: [PATCH] Force updating translations for release (fixes #947) --- prepare-release.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/prepare-release.bash b/prepare-release.bash index 2dfda1fd..e67c31de 100755 --- a/prepare-release.bash +++ b/prepare-release.bash @@ -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"