From 3398c23d92fb651ac0eb6bfa6186cfde15a7c97e Mon Sep 17 00:00:00 2001 From: TheMCLoveMan Date: Fri, 1 Mar 2024 19:10:49 +0100 Subject: [PATCH] Crowdin config [ci skip] --- crowdin.yml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 00000000..a773f8fb --- /dev/null +++ b/crowdin.yml @@ -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" + } + } + } +] \ No newline at end of file