Re: Localisation of python plugin



Hi,

Le mercredi 06 décembre 2006 à 08:46 +0000, Magnus Therning a écrit :
> It seems my localisation attempts on epilicious[1] fail miserably.  At
> the moment I have the following code in the plugin:
> 
>       gtk.glade.textdomain('epilicious')

You shouldn't do that, it sets the default translation domain. You just
need to bind your own domain (as you already do) and make sure
glade/gtkuimanager/etc use it.

Regards,
	Christian




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