open-webui/src/lib/i18n/locales/languages.json
2024-03-07 14:10:30 +03:30

22 lines
227 B
JSON

[
{
"code": "en",
"title": "English"
},
{
"code": "fa",
"title": "فارسی"
},
{
"code": "de",
"title": "Deutsch"
},
{
"code": "fr",
"title": "French"
},
{
"code": "uk",
"title": "Ukrainian"
}
]