]> git.proxmox.com Git - grub2.git/commit - ChangeLog-2015
* util/grub-mkconfig_lib.in (gettext_quoted): Add clarifying
authorColin Watson <cjwatson@ubuntu.com>
Tue, 21 Dec 2010 12:49:29 +0000 (12:49 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 21 Dec 2010 12:49:29 +0000 (12:49 +0000)
commit4e01b6c821b46c83b19a22b7ecd0207780c90ab0
tree12cb2c9b2b741c7ffc80fa8a5acff8bbfb192e5c
parent5318fe9804f1e95e2d04186f4bf28562c8cfaf5e
* util/grub-mkconfig_lib.in (gettext_quoted): Add clarifying
comment.  Add an extra layer of quotation, requiring the output of
this function to be used in a printf format string.
(gettext_printf): New function.
* util/grub.d/10_hurd.in: Use gettext_printf where appropriate.
Extract translatable strings from here-documents and use a temporary
variable instead, so that xgettext can find them.
* util/grub.d/10_kfreebsd.in: Likewise.
* util/grub.d/10_linux.in: Likewise.
* util/grub.d/20_linux_xen.in: Likewise.

* po/grub.d.sed: New file.
* po/Makefile.in.in ($(DOMAIN).pot-update): Extract gettext_printf
arguments.  Set c-format flags on all strings extracted from
util/grub.d/ (xgettext refuses to include these itself for strings
it extracted from a shell file, but these really are c-format).
ChangeLog
po/Makefile.in.in
po/grub.d.sed [new file with mode: 0644]
util/grub-mkconfig_lib.in
util/grub.d/10_hurd.in
util/grub.d/10_kfreebsd.in
util/grub.d/10_linux.in
util/grub.d/20_linux_xen.in