Skip to content

-ERR:PROP-NOT-FOUND-> #910

@Band-Aid

Description

@Band-Aid

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions