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