mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
@@ -37,11 +37,7 @@ module.exports = {
|
||||
output: 'src/renderer/i18n/locales/$LOCALE.json',
|
||||
pluralSeparator: '_',
|
||||
resetDefaultValueLocale: 'en',
|
||||
// Per migration guide, replacement for skipDefaultValues
|
||||
// https://github.com/i18next/i18next-parser/blob/master/docs/migration.md
|
||||
defaultValue: function (locale, namespace, key, value) {
|
||||
return '';
|
||||
},
|
||||
skipDefaultValues: false,
|
||||
sort: true,
|
||||
useKeysAsDefaultValue: true,
|
||||
verbose: false,
|
||||
|
||||
Reference in New Issue
Block a user