forked from open-webui/open-webui
fix: languages order
This commit is contained in:
parent
5f26b2a9e3
commit
f3c113cb04
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
[
|
||||
{
|
||||
"code": "bg-BG",
|
||||
"title": "Bulgarian (BG)"
|
||||
},
|
||||
{
|
||||
"code": "en-US",
|
||||
"title": "English (US)"
|
||||
},
|
||||
{
|
||||
"code": "bg-BG",
|
||||
"title": "Bulgarian (BG)"
|
||||
},
|
||||
{
|
||||
"code": "ca-ES",
|
||||
"title": "Catalan"
|
||||
|
@ -51,4 +51,4 @@
|
|||
"code": "zh-TW",
|
||||
"title": "Chinese (Traditional)"
|
||||
}
|
||||
]
|
||||
]
|
Loading…
Reference in a new issue