Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Application modulaire fonctionnelle !

Emmanuel ROY authored on 12/08/2019 15:10:25
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,25 +0,0 @@
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="fr-FR" target-language="en-US" datatype="plaintext" original="file.ext">
4
-    <header>
5
-      <tool tool-id="symfony" tool-name="Symfony"/>
6
-    </header>
7
-    <body>
8
-      <trans-unit id="LCa0a2j" resname="foo">
9
-        <source>foo</source>
10
-        <target>bar</target>
11
-        <note priority="1" from="bar">baz</note>
12
-      </trans-unit>
13
-      <trans-unit id="LHDhK3o" resname="key">
14
-        <source>key</source>
15
-        <target></target>
16
-        <note>baz</note>
17
-        <note>qux</note>
18
-      </trans-unit>
19
-      <trans-unit id="2DA_bnh" resname="key.with.cdata">
20
-        <source>key.with.cdata</source>
21
-        <target><![CDATA[<source> & <target>]]></target>
22
-      </trans-unit>
23
-    </body>
24
-  </file>
25
-</xliff>
Browse code

initial commit

Emmanuel ROY authored on 09/08/2019 08:39:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
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="fr-FR" target-language="en-US" datatype="plaintext" original="file.ext">
4
+    <header>
5
+      <tool tool-id="symfony" tool-name="Symfony"/>
6
+    </header>
7
+    <body>
8
+      <trans-unit id="LCa0a2j" resname="foo">
9
+        <source>foo</source>
10
+        <target>bar</target>
11
+        <note priority="1" from="bar">baz</note>
12
+      </trans-unit>
13
+      <trans-unit id="LHDhK3o" resname="key">
14
+        <source>key</source>
15
+        <target></target>
16
+        <note>baz</note>
17
+        <note>qux</note>
18
+      </trans-unit>
19
+      <trans-unit id="2DA_bnh" resname="key.with.cdata">
20
+        <source>key.with.cdata</source>
21
+        <target><![CDATA[<source> & <target>]]></target>
22
+      </trans-unit>
23
+    </body>
24
+  </file>
25
+</xliff>