mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #16626] feat: Add internationalization to Banners #56647
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?
Originally created by @Rain6435 on GitHub (Aug 14, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16626
Check Existing Issues
Problem Description
Currently, banners are bound to displayed language. People who want to display banners are pretty much have to creaete a banner for each language they want to use.
Desired Solution you'd like
Adding option to add the translation for the banners when creating it will improve accessibility and duplicate work.
Alternatives Considered
No response
Additional Context
No response
@silentoplayz commented on GitHub (Aug 15, 2025):
Linking PR to issue https://github.com/open-webui/open-webui/pull/16633
@flefevre commented on GitHub (Aug 25, 2025):
We have the same need since we have french and international students doing their phd
@silentoplayz commented on GitHub (Oct 21, 2025):
Another related PR - https://github.com/open-webui/open-webui/pull/15840
@Classic298 commented on GitHub (Oct 21, 2025):
Temporary workaround:
Just add the same announcement in all desired languages into the same banner
@alvarellos commented on GitHub (Nov 20, 2025):
This is developed since months @Classic298 , @silentoplayz , @flefevre
https://github.com/open-webui/open-webui/discussions/15839
The pull request is here
https://github.com/open-webui/open-webui/pull/15840
I have updated it to the latest version.... This is an overall solution to add language for translations for Banners, Titles of Worspaces, Promts and can be extended to other parts of the application as if uses the config and can be added with the global variables from env files...