Skip to content

Commit

Permalink
Fixing xml validation errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Oct 29, 2014
1 parent 26a1c67 commit fbb55d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions i18n/fr.xliff
@@ -1,4 +1,4 @@
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<?xml version="1.0"?><xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="global" target-language="fr">
<body>
<trans-unit id="i-am-an-anonymous-user">
Expand All @@ -21,7 +21,7 @@
<source><![CDATA[I am logged in as a user with the :permissions permission(s)]]></source>
<target><![CDATA[I am logged in as a user with the :permissions permission(s)]]></target>
</trans-unit>
<trans-unit id="i-should-see-the-text-text-in-the-"rowtext"-row">
<trans-unit id="i-should-see-the-text-text-in-the-rowtext-row">
<source><![CDATA[I should see (the text ):text in the ":rowText" row]]></source>
<target><![CDATA[I should see (the text ):text in the ":rowText" row]]></target>
</trans-unit>
Expand Down Expand Up @@ -213,7 +213,7 @@
<source><![CDATA[I should see the heading :heading in the :region( region)]]></source>
<target><![CDATA[I should see the heading :heading in the :region( region)]]></target>
</trans-unit>
<trans-unit id="i-should-see-the-heading-heading-in-the-region-region">
<trans-unit id="i-should-see-the-heading-heading-in-the-region-region-1">
<source><![CDATA[I should see the :heading heading in the :region( region)]]></source>
<target><![CDATA[I should see the :heading heading in the :region( region)]]></target>
</trans-unit>
Expand Down

0 comments on commit fbb55d1

Please sign in to comment.