UNPKG

@dbp-topics/check-in

Version:

[GitLab Repository](https://gitlab.tugraz.at/dbp/check-in/checkin) | [npmjs package](https://www.npmjs.com/package/@dbp-topics/check-in) | [Unpkg CDN](https://unpkg.com/browse/@dbp-topics/check-in/) | [Checkin Bundle](https://gitlab.tugraz.at/dbp/check-in

19 lines (18 loc) 424 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'}, lexers: { js: [ { functions: ['t', 'i18nKey'], lexer: 'JavascriptLexer', }, ], }, };