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:
parent
57082942dd
commit
ea1dd8bf0a
5 changed files with 64 additions and 51 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
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.
|
||||
|
||||
2009-11-23 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
Based on patch from Bean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue