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,22 +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="en" datatype="plaintext" original="file.ext">
4
-    <body>
5
-      <trans-unit id="1" resname="foo">
6
-        <source></source>
7
-        <target>bar</target>
8
-      </trans-unit>
9
-      <trans-unit id="2" resname="bar">
10
-        <source>bar source</source>
11
-        <target>baz</target>
12
-      </trans-unit>
13
-      <trans-unit id="3">
14
-        <source>baz</source>
15
-        <target>foo</target>
16
-      </trans-unit>
17
-      <trans-unit id="4" resname="qux">
18
-        <source>qux source</source>
19
-      </trans-unit>
20
-    </body>
21
-  </file>
22
-</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,22 @@
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="en" datatype="plaintext" original="file.ext">
4
+    <body>
5
+      <trans-unit id="1" resname="foo">
6
+        <source></source>
7
+        <target>bar</target>
8
+      </trans-unit>
9
+      <trans-unit id="2" resname="bar">
10
+        <source>bar source</source>
11
+        <target>baz</target>
12
+      </trans-unit>
13
+      <trans-unit id="3">
14
+        <source>baz</source>
15
+        <target>foo</target>
16
+      </trans-unit>
17
+      <trans-unit id="4" resname="qux">
18
+        <source>qux source</source>
19
+      </trans-unit>
20
+    </body>
21
+  </file>
22
+</xliff>