open-webui/src/lib/i18n/locales/languages.json

75 lines
959 B
JSON
Raw Normal View History

[
{
"code": "en-US",
"title": "English (US)"
},
2024-03-21 21:29:05 +00:00
{
"code": "bg-BG",
"title": "Bulgarian (BG)"
},
{
2024-03-21 01:52:24 +00:00
"code": "ca-ES",
"title": "Catalan"
},
{
"code": "de-DE",
"title": "Deutsch"
},
{
"code": "es-ES",
"title": "Spanish"
},
{
2024-03-21 01:52:24 +00:00
"code": "fa-IR",
"title": "فارسی (Farsi)"
},
2024-03-19 15:51:52 +00:00
{
"code": "fr-CA",
"title": "French (Canada)"
},
2024-03-21 01:52:24 +00:00
{
"code": "fr-FR",
"title": "French (France)"
},
2024-03-23 04:28:26 +00:00
{
2024-03-23 19:43:31 +00:00
"code": "it-IT",
"title": "Italian"
},
{
"code": "ja-JP",
"title": "Japanese"
},
2024-03-28 06:51:26 +00:00
{
"code": "ko-KR",
"title": "Korean"
},
2024-03-23 05:29:07 +00:00
{
2024-03-23 19:43:31 +00:00
"code": "nl-NL",
"title": "Dutch (Netherlands)"
2024-03-23 05:29:07 +00:00
},
2024-03-23 05:00:08 +00:00
{
2024-03-23 19:43:31 +00:00
"code": "pt-PT",
"title": "Portuguese (Portugal)"
},
2024-03-19 05:14:34 +00:00
{
"code": "ru-RU",
"title": "Russian (Russia)"
},
{
"code": "uk-UA",
"title": "Ukrainian"
2024-03-14 08:29:02 +00:00
},
{
2024-03-21 01:52:24 +00:00
"code": "vi-VN",
"title": "Tiếng Việt"
},
{
"code": "zh-CN",
"title": "Chinese (Simplified)"
2024-03-20 04:31:44 +00:00
},
{
2024-03-21 01:52:24 +00:00
"code": "zh-TW",
"title": "Chinese (Traditional)"
}
2024-03-31 09:01:42 +00:00
]