Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / translation / Tests / fixtures / resources.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       </trans-unit>
9       <trans-unit id="2">
10         <source>extra</source>
11       </trans-unit>
12       <trans-unit id="3">
13         <source>key</source>
14         <target></target>
15       </trans-unit>
16       <trans-unit id="4">
17         <source>test</source>
18         <target>with</target>
19         <note>note</note>
20       </trans-unit>
21     </body>
22   </file>
23 </xliff>