mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00: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:
parent
5259f2401b
commit
89688455e0
7 changed files with 3774 additions and 1222 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue