mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
9 lines
266 B
JavaScript
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',
|
||
|
};
|