translate - XLIFF source with HTML content -
is common give translator xliff contains html?
do cat tools support html tags properly?
<trans-unit id="1" xml:space="preserve"> <source>this <b>bold</b></source> </trans-unit>
update:
i'm working on html5 wysiwyg editor widgets, , need have export translation feature.
have @ xliff 1.2 presentation guide html.
ideally need encapsulate html elements in xliff elements this: <g id='d' ctype='bold'>bold</g>
.
most cat tools support native xliff elements treat escaped html plain text, cause issues.
Comments
Post a Comment