forked from open-webui/open-webui
Added more german translations + added more i18n keys
This commit is contained in:
parent
9130428a55
commit
19843e39fd
13 changed files with 74 additions and 39 deletions
|
@ -21,7 +21,7 @@
|
|||
export let value = '';
|
||||
export let placeholder = 'Select a model';
|
||||
export let searchEnabled = true;
|
||||
export let searchPlaceholder = 'Search a model';
|
||||
export let searchPlaceholder = $i18n.t('Search a model');
|
||||
|
||||
export let items = [{ value: 'mango', label: 'Mango' }];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue