mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
"project_id_env": "CROWDIN_PROJECT_ID"
|
|
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
|
"base_path": "."
|
|
|
|
"preserve_hierarchy": true
|
|
|
|
"files": [
|
|
{
|
|
"source": "src/generated/resources/assets/create/lang/en_us.json",
|
|
"translation": "src/main/resources/assets/create/lang/%locale_with_underscore%.json",
|
|
"languages_mapping": {
|
|
"locale_with_underscore": {
|
|
"cs": "cs_cz",
|
|
"da": "da_dk",
|
|
"de": "de_de",
|
|
"es-CL": "es_cl",
|
|
"es-ES": "es_es",
|
|
"es-MX": "es_mx",
|
|
"fr": "fr_fr",
|
|
"hu": "hu_hu",
|
|
"it": "it_it",
|
|
"ja": "ja_jp",
|
|
"ko": "ko_kr",
|
|
"nl": "nl_nl",
|
|
"no": "no_no",
|
|
"pl": "pl_pl",
|
|
"pt-BR": "pt_br",
|
|
"pt-PT": "pt_pt",
|
|
"ro": "ro_ro",
|
|
"ru": "ru_ru",
|
|
"sv-SE": "sv_se",
|
|
"th": "th_th",
|
|
"uk": "uk_ua",
|
|
"zh-CN": "zh_cn",
|
|
"zh-TW": "zh_tw",
|
|
}
|
|
}
|
|
}
|
|
]
|