mirror of
https://github.com/open-webui/open-webui
synced 2025-06-12 01:12:49 +00:00
fix: languages order
This commit is contained in:
parent
3305ac5928
commit
85187deb4b
@ -39,6 +39,10 @@
|
|||||||
"code": "ja-JP",
|
"code": "ja-JP",
|
||||||
"title": "Japanese"
|
"title": "Japanese"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"code": "nl-NL",
|
||||||
|
"title": "Dutch (Netherlands)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"code": "pt-PT",
|
"code": "pt-PT",
|
||||||
"title": "Portuguese (Portugal)"
|
"title": "Portuguese (Portugal)"
|
||||||
@ -62,9 +66,5 @@
|
|||||||
{
|
{
|
||||||
"code": "zh-TW",
|
"code": "zh-TW",
|
||||||
"title": "Chinese (Traditional)"
|
"title": "Chinese (Traditional)"
|
||||||
},
|
|
||||||
{
|
|
||||||
"code": "nl-NL",
|
|
||||||
"title": "Dutch (Netherlands)"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user