From 97ded0ec4808b7f1d5efd1a97ac7a27f26fd10ba Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 28 Jun 2017 08:09:22 -0400 Subject: [PATCH] i18n: see if Transifex sync uses these scripts. --- ci/txpull.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/txpull.sh b/ci/txpull.sh index cddc543ef..44a7d846b 100755 --- a/ci/txpull.sh +++ b/ci/txpull.sh @@ -11,7 +11,7 @@ git config --global http.sslVerify false export QT_SELECT=5 tx pull --force --source --all git add --verbose lang/calamares*.ts -git commit --author='Calamares CI ' --message='[core] Automatic merge of Transifex translations' | true +git commit --author='Calamares CI ' --message='[core] Automatic merge of Transifex translations' | true for MODULE_DIR in `find src/modules -maxdepth 1 -mindepth 1 -type d`; do FILES=(${MODULE_DIR}/*.py) @@ -23,7 +23,7 @@ for MODULE_DIR in `find src/modules -maxdepth 1 -mindepth 1 -type d`; do msgfmt -o ${POFILE/.po/.mo} $POFILE done git add --verbose ${MODULE_DIR}/lang/* - git commit --author='Calamares CI ' --message="[${MODULE_NAME}] Automatic merge of Transifex translations" | true + git commit --author='Calamares CI ' --message="[${MODULE_NAME}] Automatic merge of Transifex translations" | true fi fi done