Author loewis
Recipients
Date 2006-06-24.13:09:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

Ah, that's a bug in meld. It shouldn't do
gettext.bindtextdomain, but locale.bindtextdomain (although
gtk.glade.bindtextdomain has the same effect).

It is intentional that the Python gettext implementation and
the C library's gettext implementation are separate. If you
want to use the C library's gettext, you should use the
locale.* functions; if you want the pure-Python
implementation, use gettext.*.

Closing as a third-party bug.
History
Date User Action Args
2007-08-23 14:40:47adminlinkissue1511736 messages
2007-08-23 14:40:47admincreate