mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
9f81b3dcc6
* I18n: Change locale format to our agreed format * fix test * Build lingui messages files before ci tests
33 lines
557 B
Plaintext
33 lines
557 B
Plaintext
{
|
|
"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
|
|
}
|
|
}
|