You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using All Constraint source
validation messages aren't extracted.
Expected behavior
<?xml version="1.0" encoding="utf-8"?>
<xliffxmlns="urn:oasis:names:tc:xliff:document:1.2"xmlns:jms="urn:jms:translation"version="1.2">
<filedate="2017-07-12T11:23:29Z"source-language="en"target-language="en"datatype="plaintext"original="not.available">
<header>
<tooltool-id="JMSTranslationBundle"tool-name="JMSTranslationBundle"tool-version="1.1.0-DEV"/>
<note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note>
</header>
<body>
<trans-unitid="93241dfaa3aa151ae7e5ddc052bab7c9178c2a6c"resname="acme.maxSize {{ limit }} {{ suffix }}">
<source>acme.maxSize</source>
<target>File is too large. Max size {{ limit }} {{ suffix }}</target>
<jms:reference-fileline="22">...</jms:reference-file>
</trans-unit>
<trans-unitid="308ce36466512c0148bdcda1182091de0824e6c7"resname="acme.typeMessage">
<source>acme.typeMessage</source>
<target>Unsupported file extension</target>
<jms:reference-fileline="24">...</jms:reference-file>
</trans-unit>
<trans-unitid="edebf69a6416d3d607860ed7ff112b8e8f955d9b"resname="acme.fileBlank">
<source>acme.fileBlank</source>
<target>It looks that file is empty</target>
<jms:reference-fileline="22">...</jms:reference-file>
</trans-unit>
</body>
</file>
</xliff>
While using All Constraint source
validation messages aren't extracted.
Expected behavior
Actual behavior
No output
Steps to reproduce
Example annotation
The text was updated successfully, but these errors were encountered: