forked from open-webui/open-webui
fix: language ordering
This commit is contained in:
parent
5e24e03fe5
commit
d187b1615a
1 changed files with 4 additions and 4 deletions
|
@ -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 a new issue