bump i18next-parser

This commit is contained in:
Kendall Garner 2024-08-23 08:00:59 -07:00
parent 028ccfb1cd
commit 121b036aaf
No known key found for this signature in database
GPG key ID: 18D2767419676C87
4 changed files with 4403 additions and 2584 deletions

View file

@ -5,7 +5,9 @@ module.exports = {
createOldCatalogs: true,
customValueTemplate: null,
defaultNamespace: 'translation',
defaultValue: '',
defaultValue: function (locale, namespace, key, value) {
return key;
},
failOnUpdate: false,
failOnWarnings: false,
i18nextOptions: null,
@ -37,8 +39,6 @@ module.exports = {
output: 'src/renderer/i18n/locales/$LOCALE.json',
pluralSeparator: '_',
resetDefaultValueLocale: 'en',
skipDefaultValues: false,
sort: true,
useKeysAsDefaultValue: true,
verbose: false,
};