Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / vendor / symfony / translation / Tests / fixtures / withnote.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>bar</target>
8         <note priority="1">foo</note>
9       </trans-unit>
10       <trans-unit id="2">
11         <source>extra</source>
12         <note from="foo">bar</note>
13       </trans-unit>
14       <trans-unit id="123">
15         <source>key</source>
16         <target></target>
17         <note>baz</note>
18         <note priority="2" from="bar">qux</note>
19       </trans-unit>
20     </body>
21   </file>
22 </xliff>