When cloning a chat, it puts in "Clone of" in front of the chat title which is not allowing proper translation.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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