diff --git a/babel.config.js b/babel.config.js index a6f60e515..5ed0f63ea 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,5 @@ module.exports = { - plugins: ['lodash', 'angularjs-annotate', 'i18next-extract'], + plugins: ['lodash', 'angularjs-annotate', ['i18next-extract', { outputPath: 'translations/{{locale}}/{{ns}}.json' }]], presets: [ [ '@babel/preset-env',