mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-02 03:59:45 +02:00
fix(i18n): disable key/ns separator splitting at runtime to match i18next-parser config (#29161)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user