[PR #1874] [MERGED] Added some i18n keys & updated german locale #7619

Closed
opened 2025-11-11 17:31:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1874
Author: @jannikstdl
Created: 4/30/2024
Status: Merged
Merged: 5/6/2024
Merged by: @tjbck

Base: devHead: update-i18n


📝 Commits (6)

  • 142f82b Added some i18n keys & updated german locale
  • 30d1048 resolved the conflicts 😍
  • dd52ea9 added and improved some german translations
  • e57c0c3 resolved conflicts #2
  • e31cf08 merged conflicts in PL locale
  • 2dcd9e7 resetted parser - only new keys

📊 Changes

10 files changed (+44 additions, -28 deletions)

View changed files

📝 src/lib/components/chat/ModelSelector.svelte (+1 -1)
📝 src/lib/components/chat/ModelSelector/Selector.svelte (+3 -2)
📝 src/lib/components/chat/Settings/Account.svelte (+2 -2)
📝 src/lib/components/chat/Settings/Connections.svelte (+1 -1)
📝 src/lib/components/chat/ShareChatModal.svelte (+5 -6)
📝 src/lib/components/layout/Sidebar.svelte (+1 -1)
📝 src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte (+1 -1)
📝 src/lib/components/layout/Sidebar/ChatMenu.svelte (+3 -3)
📝 src/lib/i18n/locales/de-DE/translation.json (+23 -7)
📝 src/routes/(app)/admin/+page.svelte (+4 -4)

📄 Description

  • Added some i18n keys (Mostly for tooltips)
  • Updated german locale
  • ran i18n:parse script to parse new i18n strings in the translation JSON files

🔄 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/1874 **Author:** [@jannikstdl](https://github.com/jannikstdl) **Created:** 4/30/2024 **Status:** ✅ Merged **Merged:** 5/6/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `update-i18n` --- ### 📝 Commits (6) - [`142f82b`](https://github.com/open-webui/open-webui/commit/142f82bae5ee3ad5d860c06bf7519186229b424c) Added some i18n keys & updated german locale - [`30d1048`](https://github.com/open-webui/open-webui/commit/30d1048099e43c12abb4b68fac9f59c9fc5f2c8e) resolved the conflicts 😍 - [`dd52ea9`](https://github.com/open-webui/open-webui/commit/dd52ea9d3d98d6fa98a309ba682e90f0dadae4ef) added and improved some german translations - [`e57c0c3`](https://github.com/open-webui/open-webui/commit/e57c0c301c7fbe98d9c96a86890443cd83fc5bb9) resolved conflicts #2 - [`e31cf08`](https://github.com/open-webui/open-webui/commit/e31cf0818850225142bdaf67fb72d88c73f89df9) merged conflicts in PL locale - [`2dcd9e7`](https://github.com/open-webui/open-webui/commit/2dcd9e75a19b33efbed341651cfe6b11e18e19ef) resetted parser - only new keys ### 📊 Changes **10 files changed** (+44 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/ModelSelector.svelte` (+1 -1) 📝 `src/lib/components/chat/ModelSelector/Selector.svelte` (+3 -2) 📝 `src/lib/components/chat/Settings/Account.svelte` (+2 -2) 📝 `src/lib/components/chat/Settings/Connections.svelte` (+1 -1) 📝 `src/lib/components/chat/ShareChatModal.svelte` (+5 -6) 📝 `src/lib/components/layout/Sidebar.svelte` (+1 -1) 📝 `src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte` (+1 -1) 📝 `src/lib/components/layout/Sidebar/ChatMenu.svelte` (+3 -3) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+23 -7) 📝 `src/routes/(app)/admin/+page.svelte` (+4 -4) </details> ### 📄 Description - Added some i18n keys (Mostly for tooltips) - Updated german locale - ran i18n:parse script to parse new i18n strings in the translation JSON files --- <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:31:41 -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#7619