-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
I am trying to pull a xliff file I uploaded to mojito. When I pull the file mojito it unable to process <![CDATA]> tags and replaced them with ERR:PROP-NOT-FOUND- resulting in a broken file.
Are there any options I can pass to the CLI to prevent this from happening?
Original
<trans-unit id="90a55c3d-de08-4693-a6b4-00ea908ed158|md">
<source><![CDATA[🍺🍺🍺🍺]]></source>
<target></target>
<note>TextView</note>
</trans-unit>
pull
<trans-unit id="90a55c3d-de08-4693-a6b4-00ea908ed158|md" -ERR:PROP-NOT-FOUND->
<source>🍺🍺🍺🍺</source>
<target>🍺🍺🍺🍺</target>
<note>TextView</note>
</trans-unit>
Metadata
Metadata
Assignees
Labels
No labels