From 3b5e9ca13f880aca09955b1b7a58f418395fea0e Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 6 Jul 2021 14:25:57 +0900 Subject: [PATCH] Add initial crowdin configuration --- crowdin.yml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..58e9dd3 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,38 @@ +preserve_hierarchy: true +files: + - source: /osu.Game.Resources/Localisation/*.resx + translation: /osu.Game.Resources/Localisation/%file_name%.%locale%.%file_extension% + update_option: update_as_unapproved + languages_mapping: + locale: + ar: ar + be: be + bg: bg + cs: cs + da: da + de: de + el: el + es-ES: es + fi-FI: fi + fi: fi + fr: fr + hu: hu + id: id + it: it + ja: ja + ko: ko + nl: nl + 'no': 'no' + pl: pl + pt-BR: pt-br + pt-PT: pt + ro: ro + ru: ru + sk: sk + sv-SE: sv + th: th + tr: tr + uk: uk + vi: vi + zh-CN: zh + zh-TW: zh-tw