[PR #11358] [MERGED] i18n(common): add i18n translation #9509

Closed
opened 2025-11-11 18:24:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/11358
Author: @U8F69
Created: 3/7/2025
Status: Merged
Merged: 3/7/2025
Merged by: @tjbck

Base: devHead: i18n_translation


📝 Commits (4)

  • 92fb110 i18n(common): add i18n translation
  • 72ea6dd refactor(lint): code lint
  • dc04123 Merge branch 'dev' into i18n_translation
  • b61ea39 refactor(lint): code lint

📊 Changes

57 files changed (+334 additions, -17 deletions)

View changed files

📝 src/lib/components/AddConnectionModal.svelte (+1 -1)
📝 src/lib/components/admin/Settings/Documents.svelte (+12 -4)
📝 src/lib/components/admin/Settings/WebSearch.svelte (+6 -2)
📝 src/lib/components/channel/Messages.svelte (+7 -4)
📝 src/lib/components/chat/Messages/CodeBlock.svelte (+3 -1)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+3 -1)
📝 src/lib/components/common/FileItemModal.svelte (+6 -2)
📝 src/lib/components/workspace/common/AccessControl.svelte (+2 -2)
📝 src/lib/i18n/locales/ar-BH/translation.json (+6 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+6 -0)
📝 src/lib/i18n/locales/bn-BD/translation.json (+6 -0)
📝 src/lib/i18n/locales/ca-ES/translation.json (+6 -0)
📝 src/lib/i18n/locales/ceb-PH/translation.json (+6 -0)
📝 src/lib/i18n/locales/cs-CZ/translation.json (+6 -0)
📝 src/lib/i18n/locales/da-DK/translation.json (+6 -0)
📝 src/lib/i18n/locales/de-DE/translation.json (+6 -0)
📝 src/lib/i18n/locales/dg-DG/translation.json (+6 -0)
📝 src/lib/i18n/locales/el-GR/translation.json (+6 -0)
📝 src/lib/i18n/locales/en-GB/translation.json (+6 -0)
📝 src/lib/i18n/locales/en-US/translation.json (+6 -0)

...and 37 more files

📄 Description

Added

  • Add i18n wrappers to previously untranslated text elements

🔄 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/11358 **Author:** [@U8F69](https://github.com/U8F69) **Created:** 3/7/2025 **Status:** ✅ Merged **Merged:** 3/7/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `i18n_translation` --- ### 📝 Commits (4) - [`92fb110`](https://github.com/open-webui/open-webui/commit/92fb1109b6e53bef38ec7fe433e162de83a4cb7a) i18n(common): add i18n translation - [`72ea6dd`](https://github.com/open-webui/open-webui/commit/72ea6dd9f120935db7d410271f9bfa1689b3213e) refactor(lint): code lint - [`dc04123`](https://github.com/open-webui/open-webui/commit/dc0412333059649e0cdaaf745ca11295d6883b57) Merge branch 'dev' into i18n_translation - [`b61ea39`](https://github.com/open-webui/open-webui/commit/b61ea393b42d49deb1b333e1460275dc4d22f96e) refactor(lint): code lint ### 📊 Changes **57 files changed** (+334 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/AddConnectionModal.svelte` (+1 -1) 📝 `src/lib/components/admin/Settings/Documents.svelte` (+12 -4) 📝 `src/lib/components/admin/Settings/WebSearch.svelte` (+6 -2) 📝 `src/lib/components/channel/Messages.svelte` (+7 -4) 📝 `src/lib/components/chat/Messages/CodeBlock.svelte` (+3 -1) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+3 -1) 📝 `src/lib/components/common/FileItemModal.svelte` (+6 -2) 📝 `src/lib/components/workspace/common/AccessControl.svelte` (+2 -2) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+6 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+6 -0) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+6 -0) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+6 -0) 📝 `src/lib/i18n/locales/ceb-PH/translation.json` (+6 -0) 📝 `src/lib/i18n/locales/cs-CZ/translation.json` (+6 -0) 📝 `src/lib/i18n/locales/da-DK/translation.json` (+6 -0) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+6 -0) 📝 `src/lib/i18n/locales/dg-DG/translation.json` (+6 -0) 📝 `src/lib/i18n/locales/el-GR/translation.json` (+6 -0) 📝 `src/lib/i18n/locales/en-GB/translation.json` (+6 -0) 📝 `src/lib/i18n/locales/en-US/translation.json` (+6 -0) _...and 37 more files_ </details> ### 📄 Description ### Added - Add i18n wrappers to previously untranslated text elements --- <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 18:24:27 -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#9509