mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user