mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #3580] [MERGED] i18n: rework de_DE locale #8085
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/3580
Author: @bannert1337
Created: 7/1/2024
Status: ✅ Merged
Merged: 7/1/2024
Merged by: @tjbck
Base:
dev← Head:i18n--optimize-de_DE📝 Commits (10+)
c138445feat(i18n): update and optimize de_DE24f84a6feat(i18n): fixed a word in German translation6ffa189i18n: split locale for German formal and informal9c2313afeat(i18n): improve init function with cleaner code and nullish coalescing operator586de1ffeat(i18n): unify German translations and remove formal/informal versions8634140refactor: Remove changes to i18n/index.tsdb495a1refactor: Revert changes to i18n/locales/languages.json77f5d90Delete src/lib/i18n/locales/de-DE/translation-informal.json4ead3daDelete src/lib/i18n/locales/de-DE/translation-common.json19d4c7fUpdate languages.json📊 Changes
2 files changed (+336 additions, -335 deletions)
View changed files
📝
.gitignore(+1 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+335 -335)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
I made many changes to existing entries because they either were wrong, imprecise, or not very eloquent.
I also filled all missing entries.
I only used formal language ("Sie" instead of "du").
I could make another version with informal language ("Du" instead of "Sie").
Then the user can select formal or informal German.
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.