i18n: update Transifex configuration
Use the new (go-based, APIv3) Transifex cli tool.
This commit is contained in:
parent
aa09664601
commit
90636ea554
14
.tx/config
14
.tx/config
@ -2,23 +2,23 @@
|
|||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
[main]
|
[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
|
file_filter = lang/calamares_<lang>.ts
|
||||||
source_file = lang/calamares_en.ts
|
source_file = lang/calamares_en.ts
|
||||||
source_lang = en
|
source_lang = en
|
||||||
type = QT
|
type = QT
|
||||||
|
|
||||||
[calamares.fdo]
|
[o:calamares:p:calamares:r:fdo]
|
||||||
file_filter = lang/desktop_<lang>.desktop
|
file_filter = lang/desktop_<lang>.desktop
|
||||||
source_file = calamares.desktop
|
source_file = calamares.desktop
|
||||||
source_lang = en
|
source_lang = en
|
||||||
type = DESKTOP
|
type = DESKTOP
|
||||||
|
|
||||||
[calamares.python]
|
[o:calamares:p:calamares:r:python]
|
||||||
file_filter = lang/python/<lang>/LC_MESSAGES/python.po
|
file_filter = lang/python/<lang>/LC_MESSAGES/python.po
|
||||||
source_file = lang/python.pot
|
source_file = lang/python.pot
|
||||||
source_lang = en
|
source_lang = en
|
||||||
type = PO
|
type = PO
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ done
|
|||||||
# .tx/config file to locate files, and overwrites them in the
|
# .tx/config file to locate files, and overwrites them in the
|
||||||
# filesystem with new (merged) translations.
|
# filesystem with new (merged) translations.
|
||||||
export QT_SELECT=5
|
export QT_SELECT=5
|
||||||
tx pull --force --source --all
|
transifex-client pull --force --all
|
||||||
|
|
||||||
|
|
||||||
### CLEANUP TRANSLATIONS
|
### CLEANUP TRANSLATIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user