Re: [E-devel] use of gettext_noop

2009-01-24 Thread Sachiel
On Sat, Jan 24, 2009 at 6:14 PM, Massimo Maiurana wrote: > in the modules configuration dialog the modules are grouped in > categories, and these categories are defined in the array in line 39 > of e/src/bin/e_int_config_modules.c. > N_() is used for internazionalization, but unfortunately those >

[E-devel] use of gettext_noop

2009-01-24 Thread Massimo Maiurana
in the modules configuration dialog the modules are grouped in categories, and these categories are defined in the array in line 39 of e/src/bin/e_int_config_modules.c. N_() is used for internazionalization, but unfortunately those strings are always in english in the configuration dialog, whate