Re: [evolution-patches] Enable gnome-spell to use their own mo files.



> 1. redefine macro _(string) to dgettext(GETTEXT_PACKAGE, string), so
> that all the message will be retrieved from correct mo file.

The right way to do this is to define GNOME_EXPLICIT_TRANSLATION_DOMAIN
to GETTEXT_PACKAGE. This will make the libgnome headers define _ to be
dgettext instead of gettext. See gal and gtkhtml's configure.in for
examples.

-- Dan



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