Skip to content

Commit

Permalink
Crowdin config
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
TheMCLoveMan committed Mar 1, 2024
1 parent 1d5ff14 commit 3398c23
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
"project_id": "652902"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "."
"base_url": "https://api.crowdin.com"
"preserve_hierarchy": true
"commit_message": "[ci skip]"

files: [
{
"source": "src/generated/resources/assets/uselessmod/lang/en_us.json",
"translation": "src/main/resources/assets/uselessmod/lang/%locale_with_underscore%.json",
"languages_mapping": {
"locale_with_underscore": {
"af": "af_za",
"ar": "ar_sa",
"ca": "ca_es",
"cs": "cs_cz",
"da": "da_dk",
"de": "de_de",
"de-CH": "de_ch",
"el": "el_gr",
"es-ES": "es_es",
"fi": "fi_fi",
"fr": "fr_fr",
"he": "he_il",
"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",
"sr": "sr_sp",
"sv-SE": "sv_se",
"tr": "tr_tr",
"uk": "uk_ua",
"vi": "vi_vn",
"zh-CN": "zh_cn",
"zh-TW": "zh_tw"
}
}
}
]

0 comments on commit 3398c23

Please sign in to comment.