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,21 +0,0 @@
1
-<?xml version="1.0" encoding="utf-8"?>
2
-<TS>
3
-  <context>
4
-    <name>resources</name>
5
-    <message>
6
-      <source>foo</source>
7
-      <translation>bar</translation>
8
-    </message>
9
-    <message>
10
-      <location filename="src/file_1"/>
11
-      <location filename="src/file_2" line="50"/>
12
-      <source>foo_bar</source>
13
-      <translation>foobar</translation>
14
-    </message>
15
-    <message>
16
-      <location filename="src/file_1"/>
17
-      <source>bar_foo</source>
18
-      <translation>barfoo</translation>
19
-    </message>
20
-  </context>
21
-</TS>
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,21 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<TS>
3
+  <context>
4
+    <name>resources</name>
5
+    <message>
6
+      <source>foo</source>
7
+      <translation>bar</translation>
8
+    </message>
9
+    <message>
10
+      <location filename="src/file_1"/>
11
+      <location filename="src/file_2" line="50"/>
12
+      <source>foo_bar</source>
13
+      <translation>foobar</translation>
14
+    </message>
15
+    <message>
16
+      <location filename="src/file_1"/>
17
+      <source>bar_foo</source>
18
+      <translation>barfoo</translation>
19
+    </message>
20
+  </context>
21
+</TS>