[tasque/windows] [i18n] Enable translation on windows



commit 347485966d119f72ba17f1f97031f0b79b702cf9
Author: Antonius Riha <antoniusriha gmail com>
Date:   Sat Oct 27 00:47:23 2012 +0200

    [i18n] Enable translation on windows

 src/Gtk.Tasque/GtkApplication.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Gtk.Tasque/GtkApplication.cs b/src/Gtk.Tasque/GtkApplication.cs
index 63ba0e4..08beb3c 100644
--- a/src/Gtk.Tasque/GtkApplication.cs
+++ b/src/Gtk.Tasque/GtkApplication.cs
@@ -49,6 +49,8 @@ namespace Tasque
 		
 		public virtual void Initialize (string locale_dir, string display_name, string process_name, string[] args)
 		{
+			Mono.Unix.Catalog.Init ("tasque", Defines.LocaleDir);
+
 			Gtk.Application.Init ();
 
 			// add package icon path to default icon theme search paths



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