[PR #2386] [CLOSED] Removed part related to Doge 🐶 language #44027

Closed
opened 2026-04-29 18:01:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2386
Author: @que-nguyen
Created: 5/19/2024
Status: Closed

Base: mainHead: fixed-trans


📝 Commits (10+)

📊 Changes

145 files changed (+11945 additions, -6011 deletions)

View changed files

📝 .github/pull_request_template.md (+43 -22)
📝 .github/workflows/format-build-frontend.yaml (+18 -0)
📝 .gitignore (+4 -0)
📝 .prettierignore (+306 -6)
📝 Dockerfile (+52 -32)
📝 backend/apps/audio/main.py (+20 -19)
📝 backend/apps/images/main.py (+89 -68)
📝 backend/apps/litellm/main.py (+15 -12)
📝 backend/apps/ollama/main.py (+39 -32)
📝 backend/apps/openai/main.py (+59 -27)
📝 backend/apps/rag/main.py (+126 -107)
📝 backend/apps/web/main.py (+13 -9)
📝 backend/apps/web/routers/auths.py (+16 -16)
📝 backend/apps/web/routers/chats.py (+2 -2)
📝 backend/apps/web/routers/configs.py (+4 -4)
📝 backend/apps/web/routers/users.py (+40 -4)
📝 backend/config.py (+286 -73)
📝 backend/main.py (+59 -39)
📝 cypress/e2e/chat.cy.ts (+32 -0)
📝 cypress/e2e/settings.cy.ts (+2 -6)

...and 80 more files

📄 Description

:)


🔄 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/2386 **Author:** [@que-nguyen](https://github.com/que-nguyen) **Created:** 5/19/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fixed-trans` --- ### 📝 Commits (10+) - [`b3c5ebb`](https://github.com/open-webui/open-webui/commit/b3c5ebb323fc4efa134dea05189270b5fe66a404) Updated uk-UA/translation.json - [`685ee9b`](https://github.com/open-webui/open-webui/commit/685ee9b71471018af01fabb58e609747084da63f) chore: format - [`df3675a`](https://github.com/open-webui/open-webui/commit/df3675aaf7d12ec384b37bf6b7cc05d9063e4f3c) Merge pull request #2104 from Silentoplayz/translation-update - [`1d9c745`](https://github.com/open-webui/open-webui/commit/1d9c745b35048ff0a04b08da42c2c9d0e1021dcb) fix: replace deprecated on_event with lifespan - [`038b6af`](https://github.com/open-webui/open-webui/commit/038b6af8137f38c34f38937d13a6fbe507129ed9) refac: user menu - [`c1fc7bc`](https://github.com/open-webui/open-webui/commit/c1fc7bc764cdaaccfbb2cd8c68a1fcd38923b7e2) fix: citation styling - [`9a95767`](https://github.com/open-webui/open-webui/commit/9a95767062f0ec600fc9a001055789cc52dbb66c) Merge branch 'dev' of https://github.com/open-webui/open-webui into dev - [`93aea0a`](https://github.com/open-webui/open-webui/commit/93aea0a4d4d05ec841bacf446be971a397e66914) Removed version synatax as its no longer needed per Docker Docs - [`ef8070d`](https://github.com/open-webui/open-webui/commit/ef8070d35dd5980aa92e7d6d4a9d66b0b16f7cf5) added healthcheck - [`a374405`](https://github.com/open-webui/open-webui/commit/a37440591147a4b1e2e122fb339bc47cbd9ac94f) 🎖️Added translations for Citation and No source available ### 📊 Changes **145 files changed** (+11945 additions, -6011 deletions) <details> <summary>View changed files</summary> 📝 `.github/pull_request_template.md` (+43 -22) 📝 `.github/workflows/format-build-frontend.yaml` (+18 -0) 📝 `.gitignore` (+4 -0) 📝 `.prettierignore` (+306 -6) 📝 `Dockerfile` (+52 -32) 📝 `backend/apps/audio/main.py` (+20 -19) 📝 `backend/apps/images/main.py` (+89 -68) 📝 `backend/apps/litellm/main.py` (+15 -12) 📝 `backend/apps/ollama/main.py` (+39 -32) 📝 `backend/apps/openai/main.py` (+59 -27) 📝 `backend/apps/rag/main.py` (+126 -107) 📝 `backend/apps/web/main.py` (+13 -9) 📝 `backend/apps/web/routers/auths.py` (+16 -16) 📝 `backend/apps/web/routers/chats.py` (+2 -2) 📝 `backend/apps/web/routers/configs.py` (+4 -4) 📝 `backend/apps/web/routers/users.py` (+40 -4) 📝 `backend/config.py` (+286 -73) 📝 `backend/main.py` (+59 -39) 📝 `cypress/e2e/chat.cy.ts` (+32 -0) 📝 `cypress/e2e/settings.cy.ts` (+2 -6) _...and 80 more files_ </details> ### 📄 Description :) --- <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 2026-04-29 18:01:17 -05: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#44027