main #2

Merged
tdpeuter merged 129 commits from open-webui/open-webui:main into main 2024-03-20 21:29:12 +01:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit e8ffb2c023 - Show all commits

View file

@ -10,9 +10,7 @@ export default {
contextSeparator: '_',
createOldCatalogs: false,
defaultNamespace: 'translation',
defaultValue: function (locale, namespace, key, value) {
return key;
},
defaultValue: '',
indentation: 2,
keepRemoved: false,
keySeparator: false,

View file

@ -56,6 +56,7 @@ i18next
default: ['en']
},
ns: 'translation',
returnEmptyString: false,
interpolation: {
escapeValue: false // not needed for svelte as it escapes by default
}