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).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8993
# 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.
Although it may not be as trivial as you believe, a PR is welcome here!
<!-- gh-comment-id:2616565243 -->
@silentoplayz commented on GitHub (Jan 27, 2025):
Although it may not be as trivial as you believe, a PR is welcome here!
instead of "clone of" add a numeric prefix/suffix, or something like "I."
<!-- gh-comment-id:2616988817 -->
@rgaricano commented on GitHub (Jan 27, 2025):
instead of "clone of" add a numeric prefix/suffix, or something like "I."
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).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8993
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