Skip to content
Snippets Groups Projects
Select Git revision
  • 281cc1b5bb5a2d46c6abe555ef42a4129e05e7e9
  • 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

favicon.ico

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