2009-11-23 Robert Millan <rmh.grub@aybabtu.com>

* Makefile.in ($(srcdir)/po/$(PACKAGE).pot): Pass --keyword=N_ to
        `$(XGETTEXT)'.
        * include/grub/i18n.h (N_): New macro.
        * util/mkisofs/mkisofs.h: Likewise.
        * util/mkisofs/mkisofs.c (ld_options): Wrap all translatable strings
        around N_().
        (usage): Use gettext() to translate help strings when printing them.
This commit is contained in:
Robert Millan 2009-11-23 13:18:07 +00:00
parent 57082942dd
commit ea1dd8bf0a
5 changed files with 64 additions and 51 deletions

View file

@ -27,4 +27,6 @@
# define _(str) str
#endif
#define N_(str) str
#endif /* GRUB_I18N_H */