On Sun, Nov 14, 2004 at 09:03:40PM +0100, Johan Dahlin wrote:
> > locale.setlocale(locale.LC_ALL, '')
> > locale.bindtextdomain('snakememory', None)
> > cat = gettext.Catalog('snakememory')
> > _ = cat.gettext
> 
> You have to use the functions in gtk.glade, eg gtk.glade.bindtextdomain
> etc.
> 
> Since the ones in the locale ones won't actually call the libc functions
> so libglade will not notice them. 

This should be fixed in recentish Python versions -- I believe 2.3
already contained the proposed change, thanks to Martin. See:

    
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=516412&group_id=5470

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to