Revert "Upgrade dependencies"

This reverts commit 89688455e0.
This commit is contained in:
Kendall Garner 2024-04-28 21:03:31 -07:00
parent 89688455e0
commit 620cca9ce3
No known key found for this signature in database
GPG key ID: 18D2767419676C87
7 changed files with 1212 additions and 3764 deletions

View file

@ -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,