[PR #15016] [CLOSED] i18n: Add Uzbek (Cyrillic and Latin) translation support #23681

Closed
opened 2026-04-20 04:57:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/15016
Author: @Bek85
Created: 6/16/2025
Status: Closed

Base: devHead: i18n-uzbek


📝 Commits (1)

  • ace2345 Add 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:
    • public/locales/uz-Cyrl-UZ/translation.json
    • public/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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/15016 **Author:** [@Bek85](https://github.com/Bek85) **Created:** 6/16/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `i18n-uzbek` --- ### 📝 Commits (1) - [`ace2345`](https://github.com/open-webui/open-webui/commit/ace2345a69b9f70e7dc6ab16fa76d29db379bfb6) Add Uzbek (Cyrillic and Latin) i18n support ### 📊 Changes **3 files changed** (+2765 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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: - [x] **Target branch:** This pull request targets the `dev` branch. - [x] **Description:** Provided a concise description of the changes made. - [x] **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: - `public/locales/uz-Cyrl-UZ/translation.json` - `public/locales/uz-Latn-UZ/translation.json` - Updated `languages.json` to include: ```json { "code": "uz-Cyrl-UZ", "title": "Uzbek (Cyrillic)" }, { "code": "uz-Latn-UZ", "title": "Uzbek (Latin)" } --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 04:57:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#23681