Skip to content
Snippets Groups Projects
Select Git revision
  • c16bff11b1b46d0bf3c07ff607d3d3e3a1933c34
  • main default protected
  • renovate/lock-file-maintenance
  • demo protected
  • person-select-custom
  • dbp-translation-component
  • icon-set-mapping
  • port-i18next-parser
  • remove-sentry
  • favorites-and-recent-files
  • revert-6c632dc6
  • lit2
  • advertisement
  • wc-part
  • automagic
  • publish
  • wip-cleanup
  • demo-file-handling
18 results

i18next-scanner.config.js

Blame
  • 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'
            },
        },
    }