tasque r115 - in trunk: . po src



Author: sharm
Date: Sun Sep 28 03:57:30 2008
New Revision: 115
URL: http://svn.gnome.org/viewvc/tasque?rev=115&view=rev

Log:
* src/GnomeApplication.cs: Initialize Catalog on application Init.
* po/LINGUAS, po/es.po: New Spanish translation by Nacho
  <gnacho gmail com>.

Added:
   trunk/po/es.po
Modified:
   trunk/ChangeLog
   trunk/po/ChangeLog
   trunk/po/LINGUAS
   trunk/src/GnomeApplication.cs

Modified: trunk/po/LINGUAS
==============================================================================
--- trunk/po/LINGUAS	(original)
+++ trunk/po/LINGUAS	Sun Sep 28 03:57:30 2008
@@ -2,6 +2,7 @@
 #
 da
 de
+es
 fi
 fr
 it

Modified: trunk/src/GnomeApplication.cs
==============================================================================
--- trunk/src/GnomeApplication.cs	(original)
+++ trunk/src/GnomeApplication.cs	Sun Sep 28 03:57:30 2008
@@ -30,6 +30,7 @@
 		                        string process_name,
 		                        string [] args)
 		{
+			Mono.Unix.Catalog.Init ("tasque", Defines.LocaleDir);
 			try {
 				SetProcessName (process_name);
 			} catch {} // Ignore exception if fail (not needed to run)



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