mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-05 08:10:30 +00:00
fix: Settings tab i18n (#20526)
This commit is contained in:
parent
2da661fed1
commit
c0ff925c2a
1 changed files with 13 additions and 0 deletions
|
|
@ -307,6 +307,19 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
<!-- {$i18n.t('General')} -->
|
||||
<!-- {$i18n.t('Connections')} -->
|
||||
<!-- {$i18n.t('Models')} -->
|
||||
<!-- {$i18n.t('Evaluations')} -->
|
||||
<!-- {$i18n.t('External Tools')} -->
|
||||
<!-- {$i18n.t('Documents')} -->
|
||||
<!-- {$i18n.t('Web Search')} -->
|
||||
<!-- {$i18n.t('Code Execution')} -->
|
||||
<!-- {$i18n.t('Interface')} -->
|
||||
<!-- {$i18n.t('Audio')} -->
|
||||
<!-- {$i18n.t('Images')} -->
|
||||
<!-- {$i18n.t('Pipelines')} -->
|
||||
<!-- {$i18n.t('Database')} -->
|
||||
{#each filteredSettings as tab (tab.id)}
|
||||
<button
|
||||
id={tab.id}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue