How to add statements like the following one to translation (XLIFF format):
Click <a href='http://example.com'>here</a> to continue.
Could you put it in a CDATA field within the xml? http://en.wikipedia.org/wiki/CDATA
In Twig, you can include translation and disable autoescape, but you have to keep control of its content as it could be a security lack...
{% autoescape false %}{{ 'your.translation.id'|trans }}{% endautoescape %}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With