mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
Add Uzbek (Cyrillic and Latin) i18n support
- Added `uz-Cyrl-UZ` and `uz-Latn-UZ` folders with `translation.json` files - Updated `languages.json` to include both Uzbek language variants
This commit is contained in:
parent
53764fe648
commit
ace2345a69
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