mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #24667] [CLOSED] i18n: update de-DE translations #98805
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/24667
Author: @PythonToGo
Created: 5/13/2026
Status: ❌ Closed
Base:
main← Head:de-patch📝 Commits (10+)
18ff358refac90a02e6refac070ab26refac: reorganize scripts and ci workflows9c18e70chore: remove unused cypress tests4527c74chore: remove unused legacy test suite2c2d06crefac: deprecate peewee migration layerc79ff81refac: remove dead peewee connection wrappers1413ce4refac4cee7c2refac83736e8style: ruff format📊 Changes
275 files changed (+10294 additions, -97285 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/feature_request.yaml(+34 -40)📝
.github/dependabot.yml(+10 -5)📝
.github/pull_request_template.md(+33 -34)➕
.github/workflows/backend.yaml(+40 -0)➖
.github/workflows/build-release.yml(+0 -61)➖
.github/workflows/docker-build.yaml(+0 -917)➕
.github/workflows/docker.yaml(+311 -0)➖
.github/workflows/format-backend.yaml(+0 -46)➖
.github/workflows/format-build-frontend.yaml(+0 -65)➕
.github/workflows/frontend.yaml(+63 -0)➖
.github/workflows/integration-test.disabled(+0 -255)➕
.github/workflows/release.yml(+69 -0)📝
backend/open_webui/config.py(+3001 -3236)📝
backend/open_webui/constants.py(+5 -3)📝
backend/open_webui/env.py(+403 -472)📝
backend/open_webui/functions.py(+15 -21)➕
backend/open_webui/internal/config.py(+258 -0)📝
backend/open_webui/internal/db.py(+19 -54)➖
backend/open_webui/internal/migrations/001_initial_schema.py(+0 -253)➖
backend/open_webui/internal/migrations/002_add_local_sharing.py(+0 -45)...and 80 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
Closes #___/Relates to #___. If one does not exist, create one first. PRs without a linked issue or discussion may be closed without review.devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.