On Mon, Nov 16, 2009 at 12:59:09AM +0100, Robert Millan wrote: > On Mon, Nov 16, 2009 at 12:13:55AM +0100, Robert Millan wrote: > > +#define _(str) gettext(str) > > And I'm not sure if this is the right place to define _. Isn't there > a system-wide definition?
It's traditional to define _ in each project, since it's rather namespace-invasive. > > + textdomain ("grub"); > > What's the usual way to handle this? TEXTDOMAIN macro? I usually use textdomain (PACKAGE). -- Colin Watson [cjwat...@ubuntu.com] _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel