mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
fix: language ordering
This commit is contained in:
parent
5e24e03fe5
commit
d187b1615a
@ -39,6 +39,10 @@
|
|||||||
"code": "ja-JP",
|
"code": "ja-JP",
|
||||||
"title": "Japanese"
|
"title": "Japanese"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"code": "ko-KR",
|
||||||
|
"title": "Korean"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"code": "nl-NL",
|
"code": "nl-NL",
|
||||||
"title": "Dutch (Netherlands)"
|
"title": "Dutch (Netherlands)"
|
||||||
@ -66,9 +70,5 @@
|
|||||||
{
|
{
|
||||||
"code": "zh-TW",
|
"code": "zh-TW",
|
||||||
"title": "Chinese (Traditional)"
|
"title": "Chinese (Traditional)"
|
||||||
},
|
|
||||||
{
|
|
||||||
"code": "ko-KR",
|
|
||||||
"title": "Korean"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user