i18n: update Transifex configuration

Use the new (go-based, APIv3) Transifex cli tool.
This commit is contained in:
Adriaan de Groot 2023-04-24 22:02:15 +02:00
parent aa09664601
commit 90636ea554
2 changed files with 8 additions and 8 deletions

View File

@ -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_<lang>.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_<lang>.desktop
source_file = calamares.desktop
source_lang = en
type = DESKTOP
type = DESKTOP
[calamares.python]
[o:calamares:p:calamares:r:python]
file_filter = lang/python/<lang>/LC_MESSAGES/python.po
source_file = lang/python.pot
source_lang = en
type = PO
type = PO

View File

@ -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