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,17 +0,0 @@
1
-<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en-US" trgLang="en-US">
2
-    <file id="f1">
3
-        <unit id="1">
4
-            <notes>
5
-                <note category="processed">true</note>
6
-            </notes>
7
-            <segment id="id-foo">
8
-                <source>foo</source>
9
-                <target>foo (translated)</target>
10
-            </segment>
11
-            <segment id="id-bar">
12
-                <source>bar</source>
13
-                <target>bar (translated)</target>
14
-            </segment>
15
-        </unit>
16
-    </file>
17
-</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,17 @@
1
+<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en-US" trgLang="en-US">
2
+    <file id="f1">
3
+        <unit id="1">
4
+            <notes>
5
+                <note category="processed">true</note>
6
+            </notes>
7
+            <segment id="id-foo">
8
+                <source>foo</source>
9
+                <target>foo (translated)</target>
10
+            </segment>
11
+            <segment id="id-bar">
12
+                <source>bar</source>
13
+                <target>bar (translated)</target>
14
+            </segment>
15
+        </unit>
16
+    </file>
17
+</xliff>