Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'translations/handlePlainTranslations.sh')
-rwxr-xr-xtranslations/handlePlainTranslations.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/translations/handlePlainTranslations.sh b/translations/handlePlainTranslations.sh
index a5225cf..5742280 100755
--- a/translations/handlePlainTranslations.sh
+++ b/translations/handlePlainTranslations.sh
@@ -34,6 +34,14 @@ if [ $1 = "nextcloud" -a $2 = "android" ]; then
for version in $versions
do
git checkout $version
+
+ # Migrate the transifex config to the new client version
+ tx migrate
+ git add .tx/config
+ rm .tx/config_*
+ git commit -am "[tx-robot] Update transifex configuration" -s || true
+ git push
+
cp app/src/main/res/values/strings.xml stable-values/$version.xml
done