[PR #3621] [MERGED] dev #8097

Closed
opened 2025-11-11 17:44:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3621
Author: @tjbck
Created: 7/4/2024
Status: Merged
Merged: 7/4/2024
Merged by: @tjbck

Base: dev-migrationHead: dev


📝 Commits (10+)

  • 0c3f9a1 custom env for set custom claims for openid
  • 9f32e9e fix username claim
  • 6e934c2 Merge branch 'refs/heads/main' into custom-openid-claims
  • e475f02 fix: merge request fail (remove picture_claim)
  • a94c7e5 fix lint
  • 1f026a1 i18n(de_DE): added translations for new entries, updated old entries
  • 3cd0b10 i18n: Improve French translations
  • 2fedd91 feat: Improve French Canadian (fr-ca) translations
  • d0e0aba Merge pull request #3611 from bannert1337/i18n-de_DE
  • f548762 Resolve merge conflicts in French translations

📊 Changes

7 files changed (+988 additions, -965 deletions)

View changed files

📝 backend/apps/webui/main.py (+5 -0)
📝 backend/config.py (+12 -0)
📝 backend/constants.py (+11 -0)
📝 backend/main.py (+9 -10)
📝 src/lib/i18n/locales/de-DE/translation.json (+35 -35)
📝 src/lib/i18n/locales/fr-CA/translation.json (+449 -451)
📝 src/lib/i18n/locales/fr-FR/translation.json (+467 -469)

📄 Description

No description provided


🔄 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/3621 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 7/4/2024 **Status:** ✅ Merged **Merged:** 7/4/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev-migration` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`0c3f9a1`](https://github.com/open-webui/open-webui/commit/0c3f9a16e3c3ecd882b69bea2363902889a3c4c8) custom env for set custom claims for openid - [`9f32e9e`](https://github.com/open-webui/open-webui/commit/9f32e9ef602fdb25e69a95d41ae4a96358ed88f2) fix username claim - [`6e934c2`](https://github.com/open-webui/open-webui/commit/6e934c2d17e5d1c9367e287b10cbcc21625c3d6e) Merge branch 'refs/heads/main' into custom-openid-claims - [`e475f02`](https://github.com/open-webui/open-webui/commit/e475f025b74250213b71b4c4853bfeae66573890) fix: merge request fail (remove picture_claim) - [`a94c7e5`](https://github.com/open-webui/open-webui/commit/a94c7e5c0973811b82ff8443220286525d0b1929) fix lint - [`1f026a1`](https://github.com/open-webui/open-webui/commit/1f026a181107de92d08b4129346758c05be2afab) i18n(de_DE): added translations for new entries, updated old entries - [`3cd0b10`](https://github.com/open-webui/open-webui/commit/3cd0b1077dde10455b2f010d3a5f7a7a03326ffb) i18n: Improve French translations - [`2fedd91`](https://github.com/open-webui/open-webui/commit/2fedd91ed94d5a6bbadcac2214d8c5748559604e) feat: Improve French Canadian (fr-ca) translations - [`d0e0aba`](https://github.com/open-webui/open-webui/commit/d0e0aba5931d41a531ffcbeba9b15ba0b805cc7d) Merge pull request #3611 from bannert1337/i18n-de_DE - [`f548762`](https://github.com/open-webui/open-webui/commit/f5487628924ae591528ca472060bb5713d36bd32) Resolve merge conflicts in French translations ### 📊 Changes **7 files changed** (+988 additions, -965 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/webui/main.py` (+5 -0) 📝 `backend/config.py` (+12 -0) 📝 `backend/constants.py` (+11 -0) 📝 `backend/main.py` (+9 -10) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+35 -35) 📝 `src/lib/i18n/locales/fr-CA/translation.json` (+449 -451) 📝 `src/lib/i18n/locales/fr-FR/translation.json` (+467 -469) </details> ### 📄 Description _No description provided_ --- <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:44:53 -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#8097