Skip to content

Instantly share code, notes, and snippets.

@ShanikaNishadhi
Created May 6, 2019 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShanikaNishadhi/c149e82cf7f601c77fbbb2fda32f1567 to your computer and use it in GitHub Desktop.
Save ShanikaNishadhi/c149e82cf7f601c77fbbb2fda32f1567 to your computer and use it in GitHub Desktop.
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0"
srcLang="en-US" trgLang="fr">
<file id="f1">
<unit id="1">
<segment>
<source>Hello my friend</source>
<target>Bonjour, mon ami</target>
</segment>
</unit>
<unit id="2">
<segment>
<source>How are you?</source>
<target>Comment allez-vous?</target>
</segment>
</unit>
<unit id="3">
<segment>
<source>My name is Adam Crik</source>
<target>Je m'appelle Adam Crik</target>
</segment>
</unit>
</file>
</xliff>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment