mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
Merge pull request #15017 from Bek85/i18n-uzbek
i18n: Add Uzbek (Cyrillic and Latin) i18n support
This commit is contained in:
commit
d4f67bb266
3 changed files with 2765 additions and 1 deletions
|
|
@ -206,5 +206,13 @@
|
||||||
{
|
{
|
||||||
"code": "dg-DG",
|
"code": "dg-DG",
|
||||||
"title": "Doge (🐶)"
|
"title": "Doge (🐶)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": "uz-Cyrl-UZ",
|
||||||
|
"title": "Uzbek (Cyrillic)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": "uz-Latn-UZ",
|
||||||
|
"title": "Uzbek (Latin)"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
1378
src/lib/i18n/locales/uz-Cyrl-UZ/translation.json
Normal file
1378
src/lib/i18n/locales/uz-Cyrl-UZ/translation.json
Normal file
File diff suppressed because it is too large
Load diff
1378
src/lib/i18n/locales/uz-Latn-Uz/translation.json
Normal file
1378
src/lib/i18n/locales/uz-Latn-Uz/translation.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue