mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
fix(i18n): disable key/ns separator splitting at runtime to match i18next-parser config (#29161)
This commit is contained in:
parent
6609918bfe
commit
949876f9c0
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue