forked from open-webui/open-webui
Add more translations
This commit is contained in:
parent
90513941bc
commit
c7ca7d03ee
13 changed files with 79 additions and 21 deletions
|
@ -227,7 +227,7 @@
|
|||
bind:value={speaker}
|
||||
placeholder="Select a voice"
|
||||
>
|
||||
<option value="" selected>Default</option>
|
||||
<option value="" selected>{$i18n.t('Default')}</option>
|
||||
{#each voices.filter((v) => v.localService === true) as voice}
|
||||
<option value={voice.name} class="bg-gray-100 dark:bg-gray-700">{voice.name}</option
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue