Saturday, May 23, 2026
1 change · 19.0
Resolved issues and error corrections
The move tooltip in the HTML editor can now be translated correctly for users in different languages. This improves consistency for multilingual users without changing how the editor works.
Original PR description
Currently the move tooltip in the HTML editor is not translated because the exporter can't see `_t()` calls in tagged template literal. This commit fixes the issue by moving the call outside of the template literal. Forward-Port-Of: odoo/odoo#265991