intltool r747 - in trunk: . tests/cases tests/results



Author: dobey
Date: Fri Jul 25 18:00:49 2008
New Revision: 747
URL: http://svn.gnome.org/viewvc/intltool?rev=747&view=rev

Log:
2008-07-25  Rodney Dawes  <dobey pwns gmail com>

	* tests/cases/context.xml.in:
	* tests/results/context.xml:
	* tests/results/context.xml.in.h:
	Add these files that Wouter forgot to add



Added:
   trunk/tests/cases/context.xml.in
   trunk/tests/results/context.xml
   trunk/tests/results/context.xml.in.h
Modified:
   trunk/ChangeLog

Added: trunk/tests/cases/context.xml.in
==============================================================================
--- (empty file)
+++ trunk/tests/cases/context.xml.in	Fri Jul 25 18:00:49 2008
@@ -0,0 +1,17 @@
+<test>
+    <entry>
+	<_name>Foo</_name>
+    </entry>
+    <entry>
+	<!-- This is the comment on the first Bar -->
+	<_name msgctxt="1">Bar</_name>
+    </entry>
+    <entry>
+	<!-- This is the comment on the second Bar -->
+	<_name msgctxt="2">Bar</_name>
+    </entry>
+    <entry>
+	<!-- This is the comment on Baz -->
+	<_name>Baz</_name>
+    </entry>
+</test>

Added: trunk/tests/results/context.xml
==============================================================================
--- (empty file)
+++ trunk/tests/results/context.xml	Fri Jul 25 18:00:49 2008
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<test>
+    <entry>
+	<name>Foo</name>
+	<name xml:lang="az">az-foo</name>
+	<name xml:lang="fr">le foo</name>
+    </entry>
+    <entry>
+	
+	<name msgctxt="1">Bar</name>
+	<name xml:lang="fr" msgctxt="1">bar un</name>
+    </entry>
+    <entry>
+	
+	<name msgctxt="2">Bar</name>
+	<name xml:lang="fr" msgctxt="2">bar deux</name>
+    </entry>
+    <entry>
+	
+	<name>Baz</name>
+	<name xml:lang="az">az-baz</name>
+	<name xml:lang="fr">le baz</name>
+    </entry>
+</test>
\ No newline at end of file

Added: trunk/tests/results/context.xml.in.h
==============================================================================
--- (empty file)
+++ trunk/tests/results/context.xml.in.h	Fri Jul 25 18:00:49 2008
@@ -0,0 +1,7 @@
+/*  This is the comment on the first Bar  */
+char *s = C_("1", "Bar");
+/*  This is the comment on the second Bar  */
+char *s = C_("2", "Bar");
+/*  This is the comment on Baz  */
+char *s = N_("Baz");
+char *s = N_("Foo");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]