xliff_sample.xml 504 B

123456789101112131415
  1. <xliff version='1.2'
  2. xmlns='urn:oasis:names:tc:xliff:document:1.2'>
  3. <file original='hello.txt' source-language='en' target-language='fr'
  4. datatype='plaintext'>
  5. <body>
  6. <trans-unit id='hi'>
  7. <source>Hello world</source>
  8. <target>Bonjour le monde</target>
  9. <alt-trans>
  10. <target xml:lang='es'>Hola mundo</target>
  11. </alt-trans>
  12. </trans-unit>
  13. </body>
  14. </file>
  15. </xliff>