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

6975
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -253,7 +253,7 @@
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"i18next-parser": "^6.6.0",
"i18next-parser": "^9.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"lint-staged": "^12.3.7",

View File

@ -1,12 +1,12 @@
{
"name": "feishin",
"version": "0.7.2",
"version": "0.7.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "feishin",
"version": "0.7.2",
"version": "0.7.3",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {

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