mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
aa441274c7
Before this commit, the translate function was not applied to text content inside the body of a t-set (unless that content was itself inside some html). This is not clearly not intended. To fix it, we just need to call the translate function at the appropriate moment. closes #1434