Upgrade dependencies

- mpris-service: migrate to @jellybrick/mpris-service, which has upgraded dependencies and uses class
- i18next-parser: 6 -> 8. This requires a small change to i18next-parser.config.js
This commit is contained in:
Kendall Garner 2024-04-28 20:50:52 -07:00
parent 5259f2401b
commit 89688455e0
No known key found for this signature in database
GPG key ID: 18D2767419676C87
7 changed files with 3774 additions and 1222 deletions

View file

@ -37,7 +37,11 @@ module.exports = {
output: 'src/renderer/i18n/locales/$LOCALE.json',
pluralSeparator: '_',
resetDefaultValueLocale: 'en',
skipDefaultValues: false,
// Per migration guide, replacement for skipDefaultValues
// https://github.com/i18next/i18next-parser/blob/master/docs/migration.md
defaultValue: function (locale, namespace, key, value) {
return '';
},
sort: true,
useKeysAsDefaultValue: true,
verbose: false,