93ae44e214
- Hide the one file from lupdate by giving it a weird suffix - Call lupdate a second time for the timezone translations - While here, adjust so that the options precede the directories they are supposed to affect I don't want to give the translation teams 444 new strings all at once (about 90% of which don't need translation).
33 lines
718 B
Plaintext
33 lines
718 B
Plaintext
[main]
|
|
host = https://www.transifex.com
|
|
|
|
[calamares.calamares-master]
|
|
file_filter = lang/calamares_<lang>.ts
|
|
source_file = lang/calamares_en.ts
|
|
source_lang = en
|
|
type = QT
|
|
|
|
[calamares.tz]
|
|
file_filter = lang/tz_<lang>.ts
|
|
source_file = lang/tz_en.ts
|
|
source_lang = en
|
|
type = QT
|
|
|
|
[calamares.dummypythonqt]
|
|
file_filter = src/modules/dummypythonqt/lang/<lang>/LC_MESSAGES/dummypythonqt.po
|
|
source_file = src/modules/dummypythonqt/lang/dummypythonqt.pot
|
|
source_lang = en
|
|
|
|
[calamares.fdo]
|
|
file_filter = lang/desktop_<lang>.desktop
|
|
source_file = calamares.desktop
|
|
source_lang = en
|
|
type = DESKTOP
|
|
|
|
[calamares.python]
|
|
file_filter = lang/python/<lang>/LC_MESSAGES/python.po
|
|
source_file = lang/python.pot
|
|
source_lang = en
|
|
type = PO
|
|
|