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">
6
-        <source>foo</source>
7
-        <target>bar</target>
8
-        <note priority="1">foo</note>
9
-      </trans-unit>
10
-      <trans-unit id="2" resname="extra">
11
-        <source>extrasource</source>
12
-        <note from="foo">bar</note>
13
-      </trans-unit>
14
-      <trans-unit id="123">
15
-        <source>key</source>
16
-        <target></target>
17
-        <note>baz</note>
18
-        <note priority="2" from="bar">qux</note>
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">
6
+        <source>foo</source>
7
+        <target>bar</target>
8
+        <note priority="1">foo</note>
9
+      </trans-unit>
10
+      <trans-unit id="2" resname="extra">
11
+        <source>extrasource</source>
12
+        <note from="foo">bar</note>
13
+      </trans-unit>
14
+      <trans-unit id="123">
15
+        <source>key</source>
16
+        <target></target>
17
+        <note>baz</note>
18
+        <note priority="2" from="bar">qux</note>
19
+      </trans-unit>
20
+    </body>
21
+  </file>
22
+</xliff>