forked from open-webui/open-webui
fix: configure i18next to not return empty strings
This commit is contained in:
parent
48e8b45dc9
commit
e8ffb2c023
2 changed files with 2 additions and 3 deletions
|
@ -56,6 +56,7 @@ i18next
|
|||
default: ['en']
|
||||
},
|
||||
ns: 'translation',
|
||||
returnEmptyString: false,
|
||||
interpolation: {
|
||||
escapeValue: false // not needed for svelte as it escapes by default
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue