Skip to content
Snippets Groups Projects
Select Git revision
  • c4766b931e8f445c9d00707f9a2dd3b421409fa5
  • main default protected
  • develop
  • 1.0.0
  • 0.2.0
  • 0.1.1
  • 0.1.0
  • 0.0.2
8 results

ChildProcess3.py

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