-
Reiter, Christoph authored
The main entry point is now src/index.js when included in other packages.
Reiter, Christoph authoredThe main entry point is now src/index.js when included in other packages.
i18next-scanner.config.js 320 B
module.exports = {
input: [
'src/*.js',
],
output: './',
options: {
debug: false,
removeUnusedKeys: true,
lngs: ['en','de'],
resource: {
loadPath: 'src/i18n/{{lng}}/{{ns}}.json',
savePath: 'src/i18n/{{lng}}/{{ns}}.json'
},
},
}