From 90636ea554428acfe509975e629ad351586c4edf Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 24 Apr 2023 22:02:15 +0200 Subject: [PATCH] i18n: update Transifex configuration Use the new (go-based, APIv3) Transifex cli tool. --- .tx/config | 14 +++++++------- ci/txpull.sh | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.tx/config b/.tx/config index 65a8521b5..12d56dd73 100644 --- a/.tx/config +++ b/.tx/config @@ -2,23 +2,23 @@ # SPDX-License-Identifier: CC0-1.0 [main] -host = https://www.transifex.com +host = https://app.transifex.com -[calamares.calamares] +[o:calamares:p:calamares:r:calamares] file_filter = lang/calamares_.ts source_file = lang/calamares_en.ts source_lang = en -type = QT +type = QT -[calamares.fdo] +[o:calamares:p:calamares:r:fdo] file_filter = lang/desktop_.desktop source_file = calamares.desktop source_lang = en -type = DESKTOP +type = DESKTOP -[calamares.python] +[o:calamares:p:calamares:r:python] file_filter = lang/python//LC_MESSAGES/python.po source_file = lang/python.pot source_lang = en -type = PO +type = PO diff --git a/ci/txpull.sh b/ci/txpull.sh index 0f4a2aa47..7d3f50b3d 100755 --- a/ci/txpull.sh +++ b/ci/txpull.sh @@ -55,7 +55,7 @@ done # .tx/config file to locate files, and overwrites them in the # filesystem with new (merged) translations. export QT_SELECT=5 -tx pull --force --source --all +transifex-client pull --force --all ### CLEANUP TRANSLATIONS