// Control the line ending. See options at https://github.com/ryanve/eol
// Control the line ending. See options at https://github.com/ryanve/eol
locales:['en','fr','es','sp','de'],
locales:['en'],
// An array of the locales in your applications
// An array of the locales in your applications
namespaceSeparator:':',
namespaceSeparator:':',
// Namespace separator used in your translation keys
// Namespace separator used in your translation keys
// If you want to use plain english keys, separators such as `.` and `:` will conflict. You might want to set `keySeparator: false` and `namespaceSeparator: false`. That way, `t('Status: Loading...')` will not think that there are a namespace and three separator dots for instance.
// If you want to use plain english keys, separators such as `.` and `:` will conflict. You might want to set `keySeparator: false` and `namespaceSeparator: false`. That way, `t('Status: Loading...')` will not think that there are a namespace and three separator dots for instance.
output:'i18n/translations.$LOCALE.json',
output:'i18n/strings.json',
// Supports $LOCALE and $NAMESPACE injection
// Supports $LOCALE and $NAMESPACE injection
// Supports JSON (.json) and YAML (.yml) file formats
// Supports JSON (.json) and YAML (.yml) file formats
// Where to write the locale files relative to process.cwd()
// Where to write the locale files relative to process.cwd()
@ -98,7 +98,7 @@ export default {
// for that key across locales are reset to the default value, and existing translations are moved to
// for that key across locales are reset to the default value, and existing translations are moved to