forked from open-webui/open-webui
added simplified + traditional chinese, updates uk keys, changed standart language code format to xx-XX
This commit is contained in:
parent
aa3985e879
commit
dbdc602791
11 changed files with 433 additions and 83 deletions
|
@ -1,26 +1,30 @@
|
|||
[
|
||||
{
|
||||
"code": "en",
|
||||
"title": "English"
|
||||
"code": "en-US",
|
||||
"title": "English (US)"
|
||||
},
|
||||
{
|
||||
"code": "fa",
|
||||
"title": "فارسی"
|
||||
"code": "fa-IR",
|
||||
"title": "فارسی (Farsi)"
|
||||
},
|
||||
{
|
||||
"code": "de",
|
||||
"code": "de-DE",
|
||||
"title": "Deutsch"
|
||||
},
|
||||
{
|
||||
"code": "fr",
|
||||
"title": "French"
|
||||
"code": "fr-FR",
|
||||
"title": "French (France)"
|
||||
},
|
||||
{
|
||||
"code": "uk",
|
||||
"code": "uk-UA",
|
||||
"title": "Ukrainian"
|
||||
},
|
||||
{
|
||||
"code": "zh",
|
||||
"title": "Chinese"
|
||||
"code": "zh-TW",
|
||||
"title": "Chinese (Traditional)"
|
||||
},
|
||||
{
|
||||
"code": "zh-CN",
|
||||
"title": "Chinese (Simplified)"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue