Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Band-Aid opened this issue Jan 17, 2023 · 0 comments
Open

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

Band-Aid opened this issue Jan 17, 2023 · 0 comments

Comments

@Band-Aid
Copy link

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant