From 546e7bea7b4448835c41bd55d3d4add12bd79dba Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:52:02 -0700 Subject: [PATCH] remove translators from CODEOWNERS --- .github/CODEOWNERS | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ce942deba5f..8e7606f0a48 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,41 +5,3 @@ # github actions/templates etc. - Dev Leads /.github @pagefaultgames/dev-leads - -# --- Translations --- - -# all translations - Translation Leads -/src/locales @pagefaultgames/translation-leads - -# Catalan (Spain/Spanish) -/src/locales/ca_ES @pagefaultgames/catalan-translation-team - -# German -/src/locales/de @pagefaultgames/german-translation-team - -# English -/src/locales/en @pagefaultgames/english-translation-team - -# Spanish -/src/locales/es @pagefaultgames/spanish-translation-team - -# French -/src/locales/fr @pagefaultgames/french-translation-team - -# Italian -/src/locales/it @pagefaultgames/italian-translation-team - -# Japenese -/src/locales/ja @pagefaultgames/japanese-translation-team - -# Korean -/src/locales/ko @pagefaultgames/korean-translation-team - -# Brasilian (Brasil/Portuguese) -/src/locales/pt_BR @pagefaultgames/portuguese_br-translation-team - -# Chinese (simplified) -/src/locales/zh_CN @pagefaultgames/chinese_simplified-translation-team - -# Chinese (traditional) -/src/locales/zh_TW @pagefaultgames/chinese_traditional-translation-team