grub/conf
Carles Pina i Estany 203ffbfa31 Adds gettext support in Grub. Building system needs to be improved and maybe userland utilites improved.
YYYY-MM-DD  Carles Pina i Estany <carles@pina.cat>

	* Makefile.in: Add uptrans target to help to update .pot file
	* conf/common.rmk: Add grub-gettext_lib target, dependency and SOURCES, CFLAGS, LDFLAGS
	* kern/misc.c: Define grub_gettext symbol and add implement grub_gettext_dummy function
	* po/TODO: Temporary file with instructions of what Makefile.in will do
	* po/ca.po: Catalan translation stub
	* include/grub/misc.h: Define macro _(char *s). Declare grub_gettext_dummy and grub_gettext
	* gettext/gettext.c: New file with gettext implementation
	* normal/menu.c (print_message): add _( ) to some strings
	* util/grub.d/10_linux.in: include grub-gettext_lib file. For the Linux menuentry, call eval_gettext
	* util/grub.d/00_header.in: add locale_prefix and gettext locale detection and setting up the access to the mo directory
	* util/grub-mkconfig_lib.in: add get_locale_lang
	* util/grub-gettext_lib.in: new file
2009-11-13 20:39:33 +00:00
..
common.rmk Adds gettext support in Grub. Building system needs to be improved and maybe userland utilites improved. 2009-11-13 20:39:33 +00:00
i386-coreboot.rmk 2009-11-12 Robert Millan <rmh.grub@aybabtu.com> 2009-11-12 12:23:11 +00:00
i386-efi.rmk 2009-10-29 Robert Millan <rmh.grub@aybabtu.com> 2009-10-29 10:03:13 +00:00
i386-ieee1275.rmk 2009-11-13 Robert Millan <rmh.grub@aybabtu.com> 2009-11-13 13:03:47 +00:00
i386-pc-cygwin-img-ld.sc 2008-07-24 Bean <bean123ch@gmail.com> 2008-07-24 14:56:30 +00:00
i386-pc.rmk 2009-11-12 Robert Millan <rmh.grub@aybabtu.com> 2009-11-12 12:23:11 +00:00
i386-qemu.rmk 2009-06-27 Pavel Roskin <proski@gnu.org> 2009-06-27 11:18:10 +00:00
i386.rmk 2009-07-01 Robert Millan <rmh.grub@aybabtu.com> 2009-07-01 12:59:47 +00:00
powerpc-ieee1275.rmk 2009-10-29 Robert Millan <rmh.grub@aybabtu.com> 2009-10-29 10:03:13 +00:00
sparc64-ieee1275.rmk 2009-10-29 Robert Millan <rmh.grub@aybabtu.com> 2009-10-29 10:03:13 +00:00
x86_64-efi.rmk 2009-10-29 Robert Millan <rmh.grub@aybabtu.com> 2009-10-29 10:03:13 +00:00