]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Adds the ChangeLog.gettext file
authorCarles Pina i Estany <carles@pina.cat>
Sat, 21 Nov 2009 22:19:16 +0000 (22:19 +0000)
committerCarles Pina i Estany <carles@pina.cat>
Sat, 21 Nov 2009 22:19:16 +0000 (22:19 +0000)
ChangeLog.gettext [new file with mode: 0644]

diff --git a/ChangeLog.gettext b/ChangeLog.gettext
new file mode 100644 (file)
index 0000000..6bce3f3
--- /dev/null
@@ -0,0 +1,15 @@
+YYYY-MM-DD  Carles Pina i Estany <carles@pina.cat>
+
+       * conf/common.rmk: Add grub-gettext_lib target, dependency and
+         SOURCES, CFLAGS, LDFLAGS
+       * gettext/gettext.c: New file with gettext implementation
+       * include/grub/i18n_grub.h: New file with grub_gettext macros
+       * include/grub/misc.h: Define macro _(char *s). Declare
+         grub_gettext_dummy and grub_gettext
+       * kern/misc.c: Define grub_gettext symbol implementation of the
+         grub_gettext_dummy function
+       * normal/menu_text.c: Gettextize one message in print_message
+       * po/POTFILES: Adds normal/menu_text.c
+       * po/ca.po: Adds the new string
+       * util/grub.d/00_header.in: defines gettext variables and loads
+         the module