[PR #2392] [CLOSED] add translations in shortcut #59840

Closed
opened 2026-05-06 02:14:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2392
Author: @Yanyutin753
Created: 5/19/2024
Status: Closed

Base: devHead: tem-tran


📝 Commits (2)

  • e28e18b add translations in shortcut
  • 38fa3f8 fix Fomat & Build Frontend

📊 Changes

31 files changed (+116 additions, -116 deletions)

View changed files

📝 src/lib/i18n/locales/ar-BH/translation.json (+2 -2)
📝 src/lib/i18n/locales/bg-BG/translation.json (+5 -5)
📝 src/lib/i18n/locales/bn-BD/translation.json (+6 -6)
📝 src/lib/i18n/locales/ca-ES/translation.json (+6 -6)
📝 src/lib/i18n/locales/de-DE/translation.json (+2 -2)
📝 src/lib/i18n/locales/dg-DG/translation.json (+3 -3)
📝 src/lib/i18n/locales/es-ES/translation.json (+6 -6)
📝 src/lib/i18n/locales/fa-IR/translation.json (+6 -6)
📝 src/lib/i18n/locales/fi-FI/translation.json (+1 -1)
📝 src/lib/i18n/locales/fr-CA/translation.json (+6 -6)
📝 src/lib/i18n/locales/fr-FR/translation.json (+6 -6)
📝 src/lib/i18n/locales/he-IL/translation.json (+1 -1)
📝 src/lib/i18n/locales/hi-IN/translation.json (+5 -5)
📝 src/lib/i18n/locales/hr-HR/translation.json (+1 -1)
📝 src/lib/i18n/locales/it-IT/translation.json (+1 -1)
📝 src/lib/i18n/locales/ja-JP/translation.json (+6 -6)
📝 src/lib/i18n/locales/ka-GE/translation.json (+6 -6)
📝 src/lib/i18n/locales/ko-KR/translation.json (+6 -6)
📝 src/lib/i18n/locales/nl-NL/translation.json (+5 -5)
📝 src/lib/i18n/locales/pa-IN/translation.json (+1 -1)

...and 11 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

add translations in shortcut


🔄 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/2392 **Author:** [@Yanyutin753](https://github.com/Yanyutin753) **Created:** 5/19/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `tem-tran` --- ### 📝 Commits (2) - [`e28e18b`](https://github.com/open-webui/open-webui/commit/e28e18b31fc88c0e7870af98177ff589f212697f) ⭐ add translations in shortcut - [`38fa3f8`](https://github.com/open-webui/open-webui/commit/38fa3f839aff890d439b6c2fed66136702d08a97) fix Fomat & Build Frontend ### 📊 Changes **31 files changed** (+116 additions, -116 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+2 -2) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+5 -5) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+6 -6) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+6 -6) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+2 -2) 📝 `src/lib/i18n/locales/dg-DG/translation.json` (+3 -3) 📝 `src/lib/i18n/locales/es-ES/translation.json` (+6 -6) 📝 `src/lib/i18n/locales/fa-IR/translation.json` (+6 -6) 📝 `src/lib/i18n/locales/fi-FI/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/fr-CA/translation.json` (+6 -6) 📝 `src/lib/i18n/locales/fr-FR/translation.json` (+6 -6) 📝 `src/lib/i18n/locales/he-IL/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/hi-IN/translation.json` (+5 -5) 📝 `src/lib/i18n/locales/hr-HR/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/it-IT/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/ja-JP/translation.json` (+6 -6) 📝 `src/lib/i18n/locales/ka-GE/translation.json` (+6 -6) 📝 `src/lib/i18n/locales/ko-KR/translation.json` (+6 -6) 📝 `src/lib/i18n/locales/nl-NL/translation.json` (+5 -5) 📝 `src/lib/i18n/locales/pa-IN/translation.json` (+1 -1) _...and 11 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 ⭐ add translations in shortcut --- <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-05-06 02:14:42 -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#59840