add missing languages to crowdin.yml

This commit is contained in:
Zelophed 2022-12-15 16:14:08 +01:00 committed by GitHub
parent d235edec7e
commit 0072265f65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,11 @@
"translation": "src/main/resources/assets/create/lang/%locale_with_underscore%.json",
"languages_mapping": {
"locale_with_underscore": {
"da": "da_dk",
"de": "de_de",
"es-CL": "es_cl",
"es-ES": "es_es",
"es-MX": "es_mx",
"fr": "fr_fr",
"it": "it_it",
"ja": "ja_jp",
@ -20,8 +22,10 @@
"nl": "nl_nl",
"pl": "pl_pl",
"pt-BR": "pt_br",
"pt-PT": "pt_pt"
"ro": "ro_ro",
"ru": "ru_ru",
"uk": "uk_ua",
"zh-CN": "zh_cn",
"zh-TW": "zh_tw",
}