You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/02/14 11:57:53 UTC

svn commit: r1070436 - /incubator/wookie/trunk/widgets/localetest/config.xml

Author: scottbw
Date: Mon Feb 14 10:57:52 2011
New Revision: 1070436

URL: http://svn.apache.org/viewvc?rev=1070436&view=rev
Log:
Added some more info to the localetest widget's config.xml file to aid in testing.

Modified:
    incubator/wookie/trunk/widgets/localetest/config.xml

Modified: incubator/wookie/trunk/widgets/localetest/config.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/localetest/config.xml?rev=1070436&r1=1070435&r2=1070436&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/localetest/config.xml (original)
+++ incubator/wookie/trunk/widgets/localetest/config.xml Mon Feb 14 10:57:52 2011
@@ -1,8 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 <widget xmlns="http://www.w3.org/ns/widgets" id="http://www.getwookie.org/widgets/localetest" height="383" width="255">
-	<name>localetest</name>
+	<name>locale test</name>
+	<name xml:lang="fr">tester les paramètres régionaux</name>
 	<description>widget for testing localization</description>
+	<description xml:lang="fr">widget pour les tests de localisation</description>
 	<icon src="icon.png"/>
-	<author>Scott Wilson</author>
-	<license>Licensed under the Apache 2.0 License (see http://www.apache.org/licenses/LICENSE-2.0)</license>
+	<author href="http://incubator.apache.org/wookie" email="wooke-dev@incubator.apache.org">Apache Wookie (incubating) Team</author>
+	<license href="http://www.apache.org/licenses/LICENSE-2.0.html">Licensed under the Apache 2.0 License</license>
 </widget>
\ No newline at end of file