Compare commits

..

4 Commits

Author SHA1 Message Date
Henrique Dias
5daae69a6d
chore: revert only translated mode to transifex 2025-06-15 21:05:30 +02:00
Henrique Dias
54a1ae0fa0
chore: add only translated mode to transifex 2025-06-15 20:48:01 +02:00
Henrique Dias
b6b4fb5da7
ci: remove manual .tx config 2025-06-15 20:13:21 +02:00
Henrique Dias
6d82a27f9a
ci: add transifex.yml 2025-06-15 20:13:03 +02:00
2 changed files with 16 additions and 13 deletions

View File

@ -1,13 +0,0 @@
[main]
host = https://www.transifex.com
lang_map = sv_SE: sv-se, cz-CS: cz_cs, pt_BR: pt-br, zh_CN: zh-cn, zh_HK: zh-hk, zh_TW: zh-tw, nl_BE: nl-be
[o:file-browser:p:file-browser:r:file-browser]
file_filter = frontend/src/i18n/<lang>.json
source_file = frontend/src/i18n/en.json
source_lang = en
type = KEYVALUEJSON
minimum_perc = 50
replace_edited_strings = false
keep_translations = false

16
transifex.yml Normal file
View File

@ -0,0 +1,16 @@
filters:
- filter_type: file
file_format: KEYVALUEJSON
source_language: en
source_file: frontend/src/i18n/en.json
translation_files_expression: 'frontend/src/i18n/<lang>.json'
settings:
language_mapping:
sv_SE: sv-se
cz-CS: cz_cs
pt_BR: pt-br
zh_CN: zh-cn
zh_HK: zh-hk
zh_TW: zh-tw
nl_BE: nl-be