Skip to content
Snippets Groups Projects
i18next-parser.config.js 262 B
Newer Older
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'},
};