resources-multi-files.xlf 743 B

123456789101112131415161718192021222324252627
  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. </body>
  10. </file>
  11. <file source-language="en" datatype="plaintext" original="otherfile.ext">
  12. <body>
  13. <trans-unit id="2">
  14. <source>extra</source>
  15. </trans-unit>
  16. <trans-unit id="3">
  17. <source>key</source>
  18. <target></target>
  19. </trans-unit>
  20. <trans-unit id="4">
  21. <source>test</source>
  22. <target>with</target>
  23. <note>note</note>
  24. </trans-unit>
  25. </body>
  26. </file>
  27. </xliff>