-
Reiter, Christoph authored
Also add test for the demo
Reiter, Christoph authoredAlso add test for the demo
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'
},
},
}