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:
Target branch: Please verify that the pull request targets the dev branch.
Description: Provide a concise description of the changes made 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 validating the changes?
Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
Prefix: To cleary categorize this pull request, prefix the pull request title, using one of the following:
BREAKING CHANGE: Significant changes that may affect compatibility
build: Changes that affect the build system or external dependencies
ci: Changes to our continuous integration processes or workflows
chore: Refactor, cleanup, or other non-functional code changes
docs: Documentation update or addition
feat: Introduces a new feature or enhancement to the codebase
fix: Bug fix or error correction
i18n: Internationalization or localization changes
perf: Performance improvement
refactor: Code restructuring for better maintainability, readability, or scalability
style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)
test: Adding missing tests or correcting existing tests
WIP: Work in progress, a temporary label for incomplete or ongoing work
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
[List any new features, functionalities, or additions]
Changed
[List any changes, updates, refactorings, or optimizations]
Deprecated
[List any deprecated functionality or features that have been removed]
Removed
[List any removed features, files, or functionalities]
Fixed
[List any fixes, corrections, or bug fixes]
Security
[List any new or updated security-related changes, including vulnerability fixes]
Breaking Changes
BREAKING CHANGE: [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]
Screenshots or Videos
[Attach any relevant screenshots or videos demonstrating the changes]
🔄 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/3580
**Author:** [@bannert1337](https://github.com/bannert1337)
**Created:** 7/1/2024
**Status:** ✅ Merged
**Merged:** 7/1/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `i18n--optimize-de_DE`
---
### 📝 Commits (10+)
- [`c138445`](https://github.com/open-webui/open-webui/commit/c13844594462b7bbd25104acf744f0118e905750) feat(i18n): update and optimize de_DE
- [`24f84a6`](https://github.com/open-webui/open-webui/commit/24f84a6069cfdd1e2cfd8248ad79656a66e142bd) feat(i18n): fixed a word in German translation
- [`6ffa189`](https://github.com/open-webui/open-webui/commit/6ffa18981417e734d8870d83a7b10d6a6d7ba9f0) i18n: split locale for German formal and informal
- [`9c2313a`](https://github.com/open-webui/open-webui/commit/9c2313a1bd511be648cabcf2900bdfa69ace3393) feat(i18n): improve init function with cleaner code and nullish coalescing operator
- [`586de1f`](https://github.com/open-webui/open-webui/commit/586de1f5ba28a5866847802bf13a326a7743c2c7) feat(i18n): unify German translations and remove formal/informal versions
- [`8634140`](https://github.com/open-webui/open-webui/commit/8634140306513d60c252142d5b8973da5196f5a0) refactor: Remove changes to i18n/index.ts
- [`db495a1`](https://github.com/open-webui/open-webui/commit/db495a1df0b4b38b1efd280a3e5c0b9b727477d5) refactor: Revert changes to i18n/locales/languages.json
- [`77f5d90`](https://github.com/open-webui/open-webui/commit/77f5d90be3ff097548a37b17208aa7b5ec999a48) Delete src/lib/i18n/locales/de-DE/translation-informal.json
- [`4ead3da`](https://github.com/open-webui/open-webui/commit/4ead3dabd824a92d391ced462c8a0d0b54329ca7) Delete src/lib/i18n/locales/de-DE/translation-common.json
- [`19d4c7f`](https://github.com/open-webui/open-webui/commit/19d4c7f6cda4ddbca1eaec1799cb998a96878105) Update languages.json
### 📊 Changes
**2 files changed** (+336 additions, -335 deletions)
<details>
<summary>View changed files</summary>
📝 `.gitignore` (+1 -0)
📝 `src/lib/i18n/locales/de-DE/translation.json` (+335 -335)
</details>
### 📄 Description
# Pull Request Checklist
### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request.
**Before submitting, make sure you've checked the following:**
- [X] **Target branch:** Please verify that the pull request targets the `dev` branch.
- [x] **Description:** Provide a concise description of the changes made 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 validating the changes?
- [ ] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
- [X] **Prefix:** To cleary categorize this pull request, prefix the pull request title, using one of the following:
- **BREAKING CHANGE**: Significant changes that may affect compatibility
- **build**: Changes that affect the build system or external dependencies
- **ci**: Changes to our continuous integration processes or workflows
- **chore**: Refactor, cleanup, or other non-functional code changes
- **docs**: Documentation update or addition
- **feat**: Introduces a new feature or enhancement to the codebase
- **fix**: Bug fix or error correction
- **i18n**: Internationalization or localization changes
- **perf**: Performance improvement
- **refactor**: Code restructuring for better maintainability, readability, or scalability
- **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)
- **test**: Adding missing tests or correcting existing tests
- **WIP**: Work in progress, a temporary label for incomplete or ongoing work
# 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
- [List any new features, functionalities, or additions]
### Changed
- [List any changes, updates, refactorings, or optimizations]
### Deprecated
- [List any deprecated functionality or features that have been removed]
### Removed
- [List any removed features, files, or functionalities]
### Fixed
- [List any fixes, corrections, or bug fixes]
### Security
- [List any new or updated security-related changes, including vulnerability fixes]
### Breaking Changes
- **BREAKING CHANGE**: [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]
### Screenshots or Videos
- [Attach any relevant screenshots or videos demonstrating the changes]
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.