Merge pull request #78 from trails-cool/fix-i18n-sync-init

Fix i18n: synchronous init before hydration
This commit is contained in:
Ullrich Schäfer 2026-03-25 22:58:58 +01:00 committed by GitHub
commit 30ae68dd69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ export function initI18n() {
escapeValue: false,
},
showSupportNotice: false,
initImmediate: false,
});
}