From 1c1639b0d82135c8c330ec9a715309012a20e77e Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Thu, 28 Sep 2023 15:54:34 +0100 Subject: [PATCH] Chore: Remove .linguirc (#75658) * pretty sure we replaced lingui with i18next so this can go * remove it from CODEOWNERS as well --- .github/CODEOWNERS | 1 - .linguirc | 32 -------------------------------- 2 files changed, 33 deletions(-) delete mode 100644 .linguirc diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b9f17404882..39894d96eff 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -343,7 +343,6 @@ tsconfig.json @grafana/frontend-ops /.yarn @grafana/frontend-ops /.yarnrc.yml @grafana/frontend-ops /yarn.lock @grafana/frontend-ops -/.linguirc @grafana/grafana-frontend-platform /babel.config.json @grafana/frontend-ops lerna.json @grafana/frontend-ops /.prettierrc.js @grafana/frontend-ops diff --git a/.linguirc b/.linguirc deleted file mode 100644 index a64726b556b..00000000000 --- a/.linguirc +++ /dev/null @@ -1,32 +0,0 @@ -{ - "locales": [ - "en-US", - "fr-FR", - "es-ES", - "pseudo-LOCALE" - ], - "catalogs": [ - { - "path": "public/locales/{locale}/messages", - "include": [ - "public/app" - ], - "exclude": [ - "**/*.d.ts", - "**/*.test.ts", - "**/node_modules/**", - "public/app/plugins" - ] - } - ], - "fallbackLocales": { - "pseudo-LOCALE": "en-US", - "default": "en-US" - }, - "pseudoLocale": "pseudo-LOCALE", - "sourceLocale": "en-US", - "format": "po", - "formatOptions": { - "lineNumbers": false - } -}