Skip to content
Snippets Groups Projects
Select Git revision
  • a87b2ff0a591adf04c1ee468069caff08cd1d6e0
  • main default protected
  • ci-test
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
8 results

php-ini-overrides.ini

Blame
  • i18next-scanner.config.js 390 B
    module.exports = {
        input: [
            'src/**/*.js',
        ],
        output: './',
        options: {
            debug: false,
            removeUnusedKeys: true,
            lngs: ['en','de'],
            func: {
                list: ['i18n.t', 'i18nKey']
            },
            resource: {
                loadPath: 'src/i18n/{{lng}}/{{ns}}.json',
                savePath: 'src/i18n/{{lng}}/{{ns}}.json'
            },
        },
    }