mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 17:02:01 -05:00
[PR #20512] feat: allow multi language setting for translations #48697
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/20512
Author: @alvarellos
Created: 1/9/2026
Status: 🔄 Open
Base:
dev← Head:feature/Multi-language-settings📝 Commits (5)
a4a8c33feat(translations): allow multi language setting for translations, applied to banners62898cbrename file hook.clientaf2c7c2fix conflict 11-2-2026a6a6af7update with upstream dev 3-3-20265277b61solve issues with the update with v0.8.8📊 Changes
13 files changed (+761 additions, -106 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+3 -0)📝
backend/open_webui/routers/tasks.py(+8 -1)➕
src/hooks.client.ts(+32 -0)📝
src/lib/components/admin/Settings/Interface.svelte(+89 -1)📝
src/lib/components/admin/Settings/Interface/Banners.svelte(+286 -98)➕
src/lib/components/admin/Settings/LangPicker.svelte(+135 -0)📝
src/lib/components/chat/Chat.svelte(+31 -0)📝
src/lib/components/common/Banner.svelte(+3 -1)📝
src/lib/i18n/index.ts(+163 -5)📝
src/lib/stores/index.ts(+1 -0)📝
src/routes/(app)/+layout.svelte(+2 -0)📝
src/routes/+layout.svelte(+2 -0)📄 Description
Pull Request Checklist
Discussion opened
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Add the desired languages needed for the translations.
Applied to Banners to check functionality.
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
### I confirm:
✅ I have personally tested ALL changes in this PR
✅ We have included automation testing with cypress and End to End testing.
✅ I have added Visual evidence where applicable (screenshots or videos showing the feature/fix working) - if applicable to your specific PR
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.