diff --git a/src/lib/i18n/index.ts b/src/lib/i18n/index.ts index 520f9337a2..a75aaed9f2 100644 --- a/src/lib/i18n/index.ts +++ b/src/lib/i18n/index.ts @@ -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