UNPKG

@dbp-topics/greenlight

Version:

[GitHub Repository](https://github.com/digital-blueprint/greenlight-frontend) | [npmjs package](https://www.npmjs.com/package/@dbp-topics/greenlight) | [Unpkg CDN](https://unpkg.com/browse/@dbp-topics/greenlight/) | [Greenlight Bundle](https://gitlab.tugr

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