mirror of
https://github.com/open-webui/open-webui.git
synced 2026-02-24 12:11:56 +01:00
fix: Settings tab i18n (#20526)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user