Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / translation / Tests / fixtures / with-attributes.xlf
1 <?xml version="1.0" encoding="utf-8"?>
2 <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
3     <file source-language="en" datatype="plaintext" original="file.ext">
4         <body>
5             <trans-unit id="1">
6                 <source>foo</source>
7                 <target state="translated">bar</target>
8             </trans-unit>
9             <trans-unit id="2">
10                 <source>extra</source>
11                 <target state="needs-translation">bar</target>
12             </trans-unit>
13             <trans-unit id="3">
14                 <source>key</source>
15                 <target></target>
16                 <note>baz</note>
17                 <note priority="2" from="bar">qux</note>
18             </trans-unit>
19         </body>
20     </file>
21 </xliff>