[PR #1838] [MERGED] German locale #7605

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1838
Author: @Maximilian-Pichler
Created: 4/28/2024
Status: Merged
Merged: 4/29/2024
Merged by: @tjbck

Base: devHead: german-locale


📝 Commits (9)

  • 236ec28 Update translation.json
  • 9130428 Update translation.json
  • 19843e3 Added more german translations + added more i18n keys
  • 93d4f98 Merge pull request #1 from jannikstdl/german-locale
  • afc78b0 ran i18n parser to add the new translation keys
  • cfc9cc8 Merge pull request #2 from jannikstdl/german-locale
  • 4cafea0 Merge branch 'dev' into german-locale
  • 2e4bba2 Update translation.json
  • a128dfa Merge branch 'dev' into german-locale

📊 Changes

37 files changed (+2291 additions, -390 deletions)

View changed files

📝 src/lib/components/admin/UserChatsModal.svelte (+3 -3)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+8 -8)
📝 src/lib/components/chat/Messages/UserMessage.svelte (+3 -3)
📝 src/lib/components/chat/ModelSelector.svelte (+1 -1)
📝 src/lib/components/chat/ModelSelector/Selector.svelte (+1 -1)
📝 src/lib/components/common/Tags.svelte (+4 -1)
📝 src/lib/components/layout/Navbar.svelte (+2 -2)
📝 src/lib/components/layout/Navbar/Menu.svelte (+8 -5)
📝 src/lib/components/layout/Sidebar.svelte (+1 -1)
📝 src/lib/components/layout/Sidebar/ChatMenu.svelte (+4 -1)
📝 src/lib/i18n/locales/bg-BG/translation.json (+81 -10)
📝 src/lib/i18n/locales/bn-BD/translation.json (+74 -14)
📝 src/lib/i18n/locales/ca-ES/translation.json (+78 -8)
📝 src/lib/i18n/locales/de-DE/translation.json (+140 -66)
📝 src/lib/i18n/locales/en-GB/translation.json (+433 -62)
📝 src/lib/i18n/locales/en-US/translation.json (+74 -14)
📝 src/lib/i18n/locales/es-ES/translation.json (+47 -6)
📝 src/lib/i18n/locales/fa-IR/translation.json (+78 -8)
📝 src/lib/i18n/locales/fr-CA/translation.json (+78 -8)
📝 src/lib/i18n/locales/fr-FR/translation.json (+78 -8)

...and 17 more files

📄 Description

Pull Request Checklist

  • 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

[Insert a brief description of the changes made in this pull request, including any relevant motivation and impact.]


Changelog Entry

Added

  • [List any new features, functionalities, or additions]

Fixed

  • [List any fixes, corrections, or bug fixes]

Changed

  • [List any changes, updates, refactorings, or optimizations]

Removed

  • [List any removed features, files, or deprecated functionalities]

Security

  • [List any new or updated security-related changes, including vulnerability fixes]

Breaking Changes

  • [List any breaking changes affecting compatibility or functionality]

Additional Information

  • [Insert any additional context, notes, or explanations for the changes]

  • [Reference any related issues, commits, or other relevant information]


🔄 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/1838 **Author:** [@Maximilian-Pichler](https://github.com/Maximilian-Pichler) **Created:** 4/28/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `german-locale` --- ### 📝 Commits (9) - [`236ec28`](https://github.com/open-webui/open-webui/commit/236ec284910297942c400eebeeee65c13434cd53) Update translation.json - [`9130428`](https://github.com/open-webui/open-webui/commit/9130428a555fbb11f160658cea547312908f4d99) Update translation.json - [`19843e3`](https://github.com/open-webui/open-webui/commit/19843e39fd679fbf609713e614e41e5b7a63f7c3) Added more german translations + added more i18n keys - [`93d4f98`](https://github.com/open-webui/open-webui/commit/93d4f987e7f23224399ccc904dc1e716a0a7f1e8) Merge pull request #1 from jannikstdl/german-locale - [`afc78b0`](https://github.com/open-webui/open-webui/commit/afc78b0277b33eb937de19f6b55aa89c84031c85) ran i18n parser to add the new translation keys - [`cfc9cc8`](https://github.com/open-webui/open-webui/commit/cfc9cc8a10c834a932b0c52cda8c704745af9254) Merge pull request #2 from jannikstdl/german-locale - [`4cafea0`](https://github.com/open-webui/open-webui/commit/4cafea0b97af0fce4d8f6a09de8dcce9e5b5a514) Merge branch 'dev' into german-locale - [`2e4bba2`](https://github.com/open-webui/open-webui/commit/2e4bba23746042eb4e51cfda4b588f7230232f1d) Update translation.json - [`a128dfa`](https://github.com/open-webui/open-webui/commit/a128dfa06b39cc62f63ba138902823786a74993c) Merge branch 'dev' into german-locale ### 📊 Changes **37 files changed** (+2291 additions, -390 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/admin/UserChatsModal.svelte` (+3 -3) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+8 -8) 📝 `src/lib/components/chat/Messages/UserMessage.svelte` (+3 -3) 📝 `src/lib/components/chat/ModelSelector.svelte` (+1 -1) 📝 `src/lib/components/chat/ModelSelector/Selector.svelte` (+1 -1) 📝 `src/lib/components/common/Tags.svelte` (+4 -1) 📝 `src/lib/components/layout/Navbar.svelte` (+2 -2) 📝 `src/lib/components/layout/Navbar/Menu.svelte` (+8 -5) 📝 `src/lib/components/layout/Sidebar.svelte` (+1 -1) 📝 `src/lib/components/layout/Sidebar/ChatMenu.svelte` (+4 -1) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+81 -10) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+74 -14) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+78 -8) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+140 -66) 📝 `src/lib/i18n/locales/en-GB/translation.json` (+433 -62) 📝 `src/lib/i18n/locales/en-US/translation.json` (+74 -14) 📝 `src/lib/i18n/locales/es-ES/translation.json` (+47 -6) 📝 `src/lib/i18n/locales/fa-IR/translation.json` (+78 -8) 📝 `src/lib/i18n/locales/fr-CA/translation.json` (+78 -8) 📝 `src/lib/i18n/locales/fr-FR/translation.json` (+78 -8) _...and 17 more files_ </details> ### 📄 Description ## Pull Request Checklist - [ ] **Description:** Briefly describe the changes in this pull request. - [ ] **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? - [ ] **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 [Insert a brief description of the changes made in this pull request, including any relevant motivation and impact.] --- ### Changelog Entry ### Added - [List any new features, functionalities, or additions] ### Fixed - [List any fixes, corrections, or bug fixes] ### Changed - [List any changes, updates, refactorings, or optimizations] ### Removed - [List any removed features, files, or deprecated functionalities] ### Security - [List any new or updated security-related changes, including vulnerability fixes] ### Breaking Changes - [List any breaking changes affecting compatibility or functionality] --- ### Additional Information - [Insert any additional context, notes, or explanations for the changes] - [Reference any related issues, commits, or other relevant information] --- <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:21 -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#7605