Files
grafana/public/locales/i18next-parser.config.js

17 lines
367 B
JavaScript
Raw Normal View History

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,
};