The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/locales/i18next-parser.config.js

19 lines
502 B

module.exports = {
// Default namespace used in your i18next config
defaultNamespace: 'grafana',
// Adds changes only to en-US when extracting keys, every other language is provided by Crowdin
locales: ['en-US'],
output: './public/locales/$LOCALE/$NAMESPACE.json',
sort: true,
createOldCatalogs: false,
failOnWarnings: true,
verbose: false,
// Don't include default values for English, they'll remain in the source code
skipDefaultValues: (locale) => locale !== 'en-US',
};