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:
authorJoas Schilling <coding@schilljs.com>2022-10-07 10:23:24 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-07 10:23:24 +0300
commit8bd6c0cf38a3b543067edbc7bffbca61cdabe695 (patch)
treed04fae96c4e57ffc139e1e32a67ae992764ba7c6
parentf79b79bf4aac000f3c9753caf9020bb7f325e42d (diff)
Migrate before pushing, although I don't know where this config would be layingbugfix/noid/desktop-client
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rwxr-xr-xtranslations-desktop/handleDesktopTranslations.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/translations-desktop/handleDesktopTranslations.sh b/translations-desktop/handleDesktopTranslations.sh
index bf8053b..8438601 100755
--- a/translations-desktop/handleDesktopTranslations.sh
+++ b/translations-desktop/handleDesktopTranslations.sh
@@ -57,6 +57,8 @@ lconvert -i /branches/*.ts -o /merged_en.ts
# Fix paths, changed by lconvert
sed -e 's/<numerusform><\/numerusform>/<numerusform><\/numerusform><numerusform><\/numerusform>/' -e 's/app\/desktop\/src/src/' /merged_en.ts > translations/client_en.ts
+# Migrate the transifex config to the new client version
+tx migrate
# push sources
tx push -s