mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-08 02:01:07 -05:00
[PR #15015] [CLOSED] i18n: Add Uzbek (Cyrillic and Latin) translation support #94718
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15015
Author: @Bek85
Created: 6/16/2025
Status: ❌ Closed
Base:
dev← Head:i18n-uzbek📝 Commits (1)
ace2345Add Uzbek (Cyrillic and Latin) i18n support📊 Changes
3 files changed (+2765 additions, -1 deletions)
View changed files
📝
src/lib/i18n/locales/languages.json(+9 -1)➕
src/lib/i18n/locales/uz-Cyrl-UZ/translation.json(+1378 -0)➕
src/lib/i18n/locales/uz-Latn-Uz/translation.json(+1378 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, please make sure you've completed the following:
✅ Target branch: This pull request targets the dev branch.
✅ Description: Provided a concise description of the changes made.
✅ Prefix: The PR title is prefixed with i18n: to indicate internationalization-related changes.
Changelog Entry
Added support for Uzbek language in both Cyrillic (uz-Cyrl-UZ) and Latin (uz-Latn-UZ) scripts.
Created translation.json files under:
src/lib/i18n/locales/uz-Cyrl-UZ/translation.json
src/lib/i18n/locales/uz-Latn-UZ/translation.json
Updated languages.json to include:
{ "code": "uz-Cyrl-UZ", "title": "Uzbek (Cyrillic)" }, { "code": "uz-Latn-UZ", "title": "Uzbek (Latin)" }🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.