Upgrade i18next to v26, fix breaking changes

- i18next 25.10.4 → 26.0.1, react-i18next 16.6.1 → 17.0.1
- Replace removed `initImmediate: false` with `initAsync: false`
- Remove `showSupportNotice` option (removed in v26)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-03-29 11:02:22 +02:00
parent 4be716687a
commit cb70a3cce4
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
3 changed files with 52 additions and 9 deletions

View file

@ -23,8 +23,7 @@ export function initI18n() {
interpolation: {
escapeValue: false,
},
showSupportNotice: false,
initImmediate: false,
initAsync: false,
});
}