From c579c9fecec59706eba1ce2b07d463f8f571662b Mon Sep 17 00:00:00 2001 From: Sebastian Droege Date: Thu, 6 Oct 2005 15:26:01 +0000 Subject: * Fix the notifications for the translations * Remove the unneeded translations from the german one git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@46 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- src/service-discovery-applet.in | 2 +- src/service-discovery-config.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/service-discovery-applet.in b/src/service-discovery-applet.in index d6dfea6..340eb8e 100755 --- a/src/service-discovery-applet.in +++ b/src/service-discovery-applet.in @@ -36,7 +36,7 @@ try: import gettext gettext.bindtextdomain("@GETTEXT_PACKAGE@", "@LOCALEDIR@") gettext.textdomain("@GETTEXT_PACKAGE@") - gettext.install("@GETTEXT_PACKAGE@", unicode=1) + _ = gettext.gettext import gobject import avahi import dbus diff --git a/src/service-discovery-config.in b/src/service-discovery-config.in index a729c48..a531899 100755 --- a/src/service-discovery-config.in +++ b/src/service-discovery-config.in @@ -27,7 +27,7 @@ try: import gettext gettext.bindtextdomain("@GETTEXT_PACKAGE@", "@LOCALEDIR@") gettext.textdomain("@GETTEXT_PACKAGE@") - gettext.install("@GETTEXT_PACKAGE@", unicode=1) + _ = gettext.gettext import gtk import gtk.glade gtk.glade.bindtextdomain("@GETTEXT_PACKAGE@", "@LOCALEDIR@") -- cgit