Skip to content
Snippets Groups Projects
Select Git revision
  • afb89ec3896e9f0c0809620e7a19de253a809aa3
  • main default protected
  • demo protected
  • master
  • icon-set-mapping
  • production protected
  • revert-62666d1a
  • favorites-and-recent-files
  • lit2
  • wc-part
  • mark-downloaded-files
  • feature/annotpdf-test
  • fix-zip-upload
  • config-cleanup
  • wip
  • app-shell-update
16 results

i18next-parser.config.js

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