...
Full support of xml:space attribute. The default whitespace mode can be set in the filter options:
Translate yes/no
XLIFF may flag a unit to be excluded from translation. This is done with the attribute: translate="yes" or translate="no". Examples:
Code Block |
---|
<file translate="no">
<group translate="yes">
<unit id="100" translate="no">
|
Any file, group or unit that is flagged translate="no" will be disregarded and not extracted from the XLIFF file.
Status
Optional mapping of the XLIFF "state" of a segment to the Wordbee translation status.
...