Skip to content
Snippets Groups Projects
Select Git revision
  • 2a1d67e732327b93cbec0243a71e4db32ca479d3
  • 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-parser.config.js

Blame
  • i18next-parser.config.js 269 B
    module.exports = {
        createOldCatalogs: false,
        indentation: 4,
        keepRemoved: false,
        locales: ['en', 'de'],
        output: 'src/i18n/$LOCALE/$NAMESPACE.json',
        input: ['src/*.js', './*.js'],
        sort: true,
        i18nextOptions: {compatibilityJSON: 'v3'},
    };