mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove .linguirc (#75658)
* pretty sure we replaced lingui with i18next so this can go * remove it from CODEOWNERS as well
This commit is contained in:
parent
9e78907233
commit
1c1639b0d8
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
@ -343,7 +343,6 @@ tsconfig.json @grafana/frontend-ops
|
|||||||
/.yarn @grafana/frontend-ops
|
/.yarn @grafana/frontend-ops
|
||||||
/.yarnrc.yml @grafana/frontend-ops
|
/.yarnrc.yml @grafana/frontend-ops
|
||||||
/yarn.lock @grafana/frontend-ops
|
/yarn.lock @grafana/frontend-ops
|
||||||
/.linguirc @grafana/grafana-frontend-platform
|
|
||||||
/babel.config.json @grafana/frontend-ops
|
/babel.config.json @grafana/frontend-ops
|
||||||
lerna.json @grafana/frontend-ops
|
lerna.json @grafana/frontend-ops
|
||||||
/.prettierrc.js @grafana/frontend-ops
|
/.prettierrc.js @grafana/frontend-ops
|
||||||
|
32
.linguirc
32
.linguirc
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user