From 6bd16b08c86bc6eec5efe35790606672585dfc91 Mon Sep 17 00:00:00 2001 From: andy840119 Date: Sat, 11 Jun 2022 09:44:08 +0800 Subject: [PATCH] Remove the crowdin config from this package. Because it has been moved in to resource repo. --- .github/CODEOWNERS | 1 - crowdin.yml | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 crowdin.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 78db237ca..50ce7347f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,7 +10,6 @@ /Directory.Build.props @andy840119 /appveyor.yml @andy840119 /cake.config @andy840119 -/crowdin.yml @andy840119 # Resource related /assets/ @andy840119 diff --git a/crowdin.yml b/crowdin.yml deleted file mode 100644 index 8c9e614c0..000000000 --- a/crowdin.yml +++ /dev/null @@ -1,12 +0,0 @@ -preserve_hierarchy: true -files: - - source: /osu.Game.Rulesets.Karaoke/Localisation/*.resx - translation: /osu.Game.Rulesets.Karaoke/Localisation/%file_name%.%locale%.%file_extension% - ignore: - - /osu.Game.Rulesets.Karaoke/Localisation/%file_name%.*.%file_extension% - update_option: update_as_unapproved - languages_mapping: - locale: - ja: ja - zh-CN: zh - zh-TW: zh-Hant