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,23 +0,0 @@
1
-<?xml version="1.0" encoding="utf-8"?>
2
-<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="fr-FR" trgLang="en-US">
3
-  <file id="messages.en_US">
4
-    <unit id="LCa0a2j" name="foo">
5
-      <segment>
6
-        <source>foo</source>
7
-        <target>bar</target>
8
-      </segment>
9
-    </unit>
10
-    <unit id="LHDhK3o" name="key">
11
-      <segment>
12
-        <source>key</source>
13
-        <target order="1"></target>
14
-      </segment>
15
-    </unit>
16
-    <unit id="2DA_bnh" name="key.with.cdata">
17
-      <segment>
18
-        <source>key.with.cdata</source>
19
-        <target><![CDATA[<source> & <target>]]></target>
20
-      </segment>
21
-    </unit>
22
-  </file>
23
-</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,23 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="fr-FR" trgLang="en-US">
3
+  <file id="messages.en_US">
4
+    <unit id="LCa0a2j" name="foo">
5
+      <segment>
6
+        <source>foo</source>
7
+        <target>bar</target>
8
+      </segment>
9
+    </unit>
10
+    <unit id="LHDhK3o" name="key">
11
+      <segment>
12
+        <source>key</source>
13
+        <target order="1"></target>
14
+      </segment>
15
+    </unit>
16
+    <unit id="2DA_bnh" name="key.with.cdata">
17
+      <segment>
18
+        <source>key.with.cdata</source>
19
+        <target><![CDATA[<source> & <target>]]></target>
20
+      </segment>
21
+    </unit>
22
+  </file>
23
+</xliff>