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

51 lines
650 B
JSON
Raw Normal View History

[
{
"code": "en-US",
"title": "English (US)"
},
{
"code": "fa-IR",
"title": "فارسی (Farsi)"
},
{
"code": "de-DE",
"title": "Deutsch"
},
{
"code": "es-ES",
"title": "Spanish"
},
{
"code": "fr-FR",
"title": "French (France)"
},
2024-03-19 15:51:52 +00:00
{
"code": "fr-CA",
"title": "French (Canada)"
},
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
},
{
"code": "zh-TW",
"title": "Chinese (Traditional)"
},
{
"code": "zh-CN",
"title": "Chinese (Simplified)"
2024-03-20 04:31:44 +00:00
},
2024-03-21 01:48:26 +00:00
{
"code": "vi-VN",
"title": "Tiếng Việt"
},
{
2024-03-19 18:46:48 +00:00
"code": "ca-ES",
"title": "Catalan"
}
]