grafana/public/locales/i18next-parser-enterprise.config.cjs
Josh Hunt fe24404432
I18n: Support for Enterprise translations (#86215)
* I18n: Support for Enterprise translations

* don't attempt to link to enterprise in tests

* move extract script to makefile to optionally support enterprise

* update references to old extract script

* update docs

* thank god for unit tests
2024-04-18 16:25:27 +01:00

9 lines
266 B
JavaScript

const baseConfig = require('./i18next-parser.config.cjs');
module.exports = {
...baseConfig,
defaultNamespace: 'grafana-enterprise',
input: ['../../public/app/extensions/**/*.{tsx,ts}'],
output: './public/app/extensions/locales/$LOCALE/$NAMESPACE.json',
};