[PR #2744] [MERGED] use Azure API 3.0 to translate almost all languages and complete those without translations in v0.2.0 #7877

Closed
opened 2025-11-11 17:39:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2744
Author: @Yanyutin753
Created: 6/3/2024
Status: Merged
Merged: 6/3/2024
Merged by: @tjbck

Base: devHead: translate


📝 Commits (2)

  • 8114fa9 translation zh-CN
  • 5ea88f2 use Azure API 3.0 to translate almost all languages and complete those without translations in v0.2.0

📊 Changes

30 files changed (+2128 additions, -2128 deletions)

View changed files

📝 src/lib/i18n/locales/ar-BH/translation.json (+80 -80)
📝 src/lib/i18n/locales/bg-BG/translation.json (+75 -75)
📝 src/lib/i18n/locales/bn-BD/translation.json (+75 -75)
📝 src/lib/i18n/locales/ca-ES/translation.json (+76 -76)
📝 src/lib/i18n/locales/de-DE/translation.json (+75 -75)
📝 src/lib/i18n/locales/es-ES/translation.json (+76 -76)
📝 src/lib/i18n/locales/fa-IR/translation.json (+120 -120)
📝 src/lib/i18n/locales/fi-FI/translation.json (+75 -75)
📝 src/lib/i18n/locales/fr-CA/translation.json (+77 -77)
📝 src/lib/i18n/locales/fr-FR/translation.json (+53 -53)
📝 src/lib/i18n/locales/he-IL/translation.json (+76 -76)
📝 src/lib/i18n/locales/hi-IN/translation.json (+77 -77)
📝 src/lib/i18n/locales/hr-HR/translation.json (+76 -76)
📝 src/lib/i18n/locales/it-IT/translation.json (+76 -76)
📝 src/lib/i18n/locales/ja-JP/translation.json (+74 -74)
📝 src/lib/i18n/locales/ka-GE/translation.json (+76 -76)
📝 src/lib/i18n/locales/ko-KR/translation.json (+74 -74)
📝 src/lib/i18n/locales/nl-NL/translation.json (+75 -75)
📝 src/lib/i18n/locales/pa-IN/translation.json (+75 -75)
📝 src/lib/i18n/locales/pl-PL/translation.json (+77 -77)

...and 10 more files

📄 Description

Pull Request Checklist

  • Target branch: Pull requests should target the dev branch.
  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests for the changes?
  • Code Review: Have you self-reviewed your code and addressed any coding standard issues?

Description

use Azure API 3.0 to translate almost all languages and complete those without translations in v0.2.0


🔄 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/2744 **Author:** [@Yanyutin753](https://github.com/Yanyutin753) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 6/3/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `translate` --- ### 📝 Commits (2) - [`8114fa9`](https://github.com/open-webui/open-webui/commit/8114fa93cf7e0c41b54081ac8a2d8ce1c7c0721b) ⭐ translation zh-CN - [`5ea88f2`](https://github.com/open-webui/open-webui/commit/5ea88f2e4f905a73aabf5b8f5fcb1a08f648e903) ⭐ use Azure API 3.0 to translate almost all languages and complete those without translations in v0.2.0 ### 📊 Changes **30 files changed** (+2128 additions, -2128 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+80 -80) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+75 -75) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+75 -75) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+76 -76) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+75 -75) 📝 `src/lib/i18n/locales/es-ES/translation.json` (+76 -76) 📝 `src/lib/i18n/locales/fa-IR/translation.json` (+120 -120) 📝 `src/lib/i18n/locales/fi-FI/translation.json` (+75 -75) 📝 `src/lib/i18n/locales/fr-CA/translation.json` (+77 -77) 📝 `src/lib/i18n/locales/fr-FR/translation.json` (+53 -53) 📝 `src/lib/i18n/locales/he-IL/translation.json` (+76 -76) 📝 `src/lib/i18n/locales/hi-IN/translation.json` (+77 -77) 📝 `src/lib/i18n/locales/hr-HR/translation.json` (+76 -76) 📝 `src/lib/i18n/locales/it-IT/translation.json` (+76 -76) 📝 `src/lib/i18n/locales/ja-JP/translation.json` (+74 -74) 📝 `src/lib/i18n/locales/ka-GE/translation.json` (+76 -76) 📝 `src/lib/i18n/locales/ko-KR/translation.json` (+74 -74) 📝 `src/lib/i18n/locales/nl-NL/translation.json` (+75 -75) 📝 `src/lib/i18n/locales/pa-IN/translation.json` (+75 -75) 📝 `src/lib/i18n/locales/pl-PL/translation.json` (+77 -77) _...and 10 more files_ </details> ### 📄 Description ## Pull Request Checklist - [x] **Target branch:** Pull requests should target the `dev` branch. - [x] **Description:** Briefly describe the changes in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [x] **Testing:** Have you written and run sufficient tests for the changes? - [ ] **Code Review:** Have you self-reviewed your code and addressed any coding standard issues? --- ## Description ⭐ use Azure API 3.0 to translate almost all languages and complete those without translations in v0.2.0 --- <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 2025-11-11 17:39:01 -06: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#7877