Message28887
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. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:40:47 | admin | link | issue1511736 messages |
| 2007-08-23 14:40:47 | admin | create | |
|