18 lines
829 B
Text
18 lines
829 B
Text
YYYY-MM-DD Carles Pina i Estany <carles@pina.cat>
|
|
|
|
* conf/common.rmk: Add grub-gettext_lib target and updates
|
|
lib_DATA and CLEANFILES. Adds gettext.mod SOURCES, CFLAGS,
|
|
LDFLAGS.
|
|
* gettext/gettext.c: New file. (Reads mo files).
|
|
* include/grub/file.h (grub_file_pread): New prototype.
|
|
* include/grub/i18n.h (_): New prototype.
|
|
* include/grub/misc.h (grub_gettext_dummy, grub_gettext): New
|
|
prototypes.
|
|
* kern/misc.c (grub_gettext_dummy): New function.
|
|
* menu/menu_text.c: Include <grub/i18n.h>.
|
|
* menu/menu_text.c (print_timeout): Gettexttize string.
|
|
* menu/menu_text.c (print_message): Gettexttize string.
|
|
* po/POTFILES: Add `normal/menu_text.c'.
|
|
* po/ca.po: Add new translations.
|
|
* util/grub.d/00_header.in: Define locale_dir and lang. insmod
|
|
gettext module and defines locale_dir and lang in grub.cfg.
|