New 5/13/2025 Marcel Büttinghaus
While writing a reply/comment in a ticket the browser translation will also translate the the input text. This can be deactivated.
For now the reply input box looks like this:
<div
id="rtetbNewComment" contenteditable="true"
data-tribute="true" style="height: 178px; overflow-y:
hidden;" >
The auto translation for the input while replying can be disabled by:
<div
id="rtetbNewComment" contenteditable="true"
data-tribute="true" style="height: 178px; overflow-y:
hidden;" translate="no">
This would be good for us due to language differences and support cases.