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:
Bekzod Akbarov 2025-06-16 14:25:22 +05:00
parent 53764fe648
commit ace2345a69
3 changed files with 2765 additions and 1 deletions

View File

@ -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)"
}
] ]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff