mirror of https://github.com/grafana/grafana
Chore: Remove .linguirc (#75658)
* pretty sure we replaced lingui with i18next so this can go * remove it from CODEOWNERS as wellpull/75570/head^2
parent
9e78907233
commit
1c1639b0d8
@ -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