mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
"Clone of" not allowing for translation #3454
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 @pascal-beaulne on GitHub (Jan 27, 2025).
Bug Report
https://github.com/open-webui/open-webui/blob/main/backend/open_webui/routers/chats.py#L455
https://github.com/open-webui/open-webui/blob/main/backend/open_webui/routers/chats.py#L479
When cloning a chat, it puts in "Clone of" in front of the chat title which is not allowing proper translation.
@silentoplayz commented on GitHub (Jan 27, 2025):
Although it may not be as trivial as you believe, a PR is welcome here!
@rgaricano commented on GitHub (Jan 27, 2025):
instead of "clone of" add a numeric prefix/suffix, or something like "I."
@pascal-beaulne commented on GitHub (Jan 28, 2025):
https://github.com/open-webui/open-webui/pull/9033