Skip to content
Snippets Groups Projects
Select Git revision
  • 51e57a03622dba76422482145f6ad47a68db56b4
  • main default protected
  • v0.2.0
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
8 results

CourseProviderInterface.php

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