fix(i18n): disable key/ns separator splitting at runtime to match i18next-parser config (#29161)

This commit is contained in:
TOM
2026-08-31 00:54:08 -04:00
committed by GitHub
parent 6609918bfe
commit 949876f9c0
+2
View File
@@ -65,6 +65,8 @@ export const initI18n = (defaultLocale?: string | undefined) => {
default: fallbackDefaultLocale
},
ns: 'translation',
keySeparator: false,
nsSeparator: false,
returnEmptyString: false,
interpolation: {
escapeValue: false // not needed for svelte as it escapes by default