Skip to content
Snippets Groups Projects
Select Git revision
  • e4def4c56b8a93c58371e5be4d6102945888ad18
  • main default
  • keycloak-deprecate
  • remove-jwt-easy
  • ci-update
  • v0.1.15
  • v0.1.14
  • v0.1.13
  • v0.1.12
  • v0.1.11
  • v0.1.10
  • v0.1.9
  • v0.1.8
  • v0.1.7
  • v0.1.6
  • v0.1.5
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
21 results

phpunit.xml.dist

Blame
  • i18next-scanner.config.js 320 B
    module.exports = {
        input: [
            'src/*.js',
        ],
        output: './',
        options: {
            debug: false,
            removeUnusedKeys: true,
            lngs: ['en','de'],
            resource: {
                loadPath: 'src/i18n/{{lng}}/{{ns}}.json',
                savePath: 'src/i18n/{{lng}}/{{ns}}.json'
            },
        },
    }