mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #15728] issue: Text translation Using Focused Retrieval #33177
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 @Nerickounet on GitHub (Jul 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15728
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.15
Ollama Version (if applicable)
No response
Operating System
Ubuntu
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The application is used for french users.
Some texts are not translated like "Using Entire Document" and "Using Focused Retrieval" in pdf overview of the conversation.
Could you include it in the i18n ? Thanks
Actual Behavior
The label is in english
Steps to Reproduce
Switch the current language to french (France)
Create a new conversation
Upload a pdf and wait it is uploaded
Click on the file
On the modale you have the switch button in the screenshots
The label of the button is in english
Logs & Screenshots
Additional Information
No response
@rgaricano commented on GitHub (Jul 15, 2025):
addressed with PR https://github.com/open-webui/open-webui/pull/15729
@Nerickounet commented on GitHub (Jul 15, 2025):
Maybe add the translation in french and other language is needed too ?
@rgaricano commented on GitHub (Jul 15, 2025):
Sure, but this is other task, for translators when they review its languages, as I'm also do with es-ES, usually I do previous new version is going to release (if not there are a lot of PR for each string that is added/changed in development process).
I think that the process is scripted and all new strings are added as empty translated strings in all other locales.
@Nerickounet commented on GitHub (Jul 15, 2025):
Ok perfect !