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 / resname.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" resname="foo">
6         <source></source>
7         <target>bar</target>
8       </trans-unit>
9       <trans-unit id="2" resname="bar">
10         <source>bar source</source>
11         <target>baz</target>
12       </trans-unit>
13       <trans-unit id="3">
14         <source>baz</source>
15         <target>foo</target>
16       </trans-unit>
17     </body>
18   </file>
19 </xliff>