如何在翻译中添加如下语句(XLIFF 格式):
Click <a href='http://example.com'>here</a> to continue.
如何在翻译中添加如下语句(XLIFF 格式):
Click <a href='http://example.com'>here</a> to continue.
你能把它放在 xml 中的 CDATA 字段中吗? http://en.wikipedia.org/wiki/CDATA
在 Twig 中,您可以包含翻译和禁用自动转义,但您必须控制其内容,因为它可能缺乏安全性......
{% autoescape false %}{{ 'your.translation.id'|trans }}{% endautoescape %}