Skip to content
Snippets Groups Projects
i18next-scanner.config.js 320 B
Newer Older
        'src/*.js',
    ],
    output: './',
    options: {
        debug: false,
        removeUnusedKeys: true,
        lngs: ['en','de'],
        resource: {
            loadPath: 'src/i18n/{{lng}}/{{ns}}.json',
            savePath: 'src/i18n/{{lng}}/{{ns}}.json'
        },