forked from open-webui/open-webui
feat: Add support for Spanish language option in WebUI Settings
This commit is contained in:
parent
d865b9fe59
commit
51342179ad
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
"code": "de-DE",
|
||||
"title": "Deutsch"
|
||||
},
|
||||
{
|
||||
"code": "es-ES",
|
||||
"title": "Spanish"
|
||||
},
|
||||
{
|
||||
"code": "fr-FR",
|
||||
"title": "French (France)"
|
||||
|
|
Loading…
Reference in a new issue