i18next-parser.config.js 143 B

1234567
  1. module.exports = {
  2. defaultValue: '_NOT_TRANSLATED_',
  3. locales: ['en', 'fr'],
  4. output: 'locales/$LOCALE/$NAMESPACE.json',
  5. sort: true,
  6. };