]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Complete ChangeLog.
authorRobert Millan <rmh@aybabtu.com>
Tue, 17 Nov 2009 11:55:04 +0000 (11:55 +0000)
committerRobert Millan <rmh@aybabtu.com>
Tue, 17 Nov 2009 11:55:04 +0000 (11:55 +0000)
ChangeLog.gettext

index 93b241b9eedeb121e97352f6a9e9993612ed05f2..b89a86d717cec4ca5e9b6c5d8194dd6d02e5e5c3 100644 (file)
@@ -8,10 +8,11 @@
 
 2009-11-17  Robert Millan  <rmh.grub@aybabtu.com>
 
-       * Makefile.in (XGETTEXT, MSGMERGE, MSGFMT, LINGUAS): New variables.
+       * Makefile.in (XGETTEXT, MSGMERGE, MSGFMT): New variables.
        (po/$(PACKAGE).pot): Replace `xgettext' with `$(XGETTEXT)'.
        (po/*.po): Replace `msgmerge' with `$(MSGMERGE)'.
        (po/%.mo): Replace `msgfmt' with `$(MSGFMT)'.
+       (LINGUAS): Auto-generate using `po/LINGUAS'.
        * po/LINGUAS: New file.
 
 2009-11-17  Robert Millan  <rmh.grub@aybabtu.com>
        * acinclude.m4: ... to here.
        * autogen.sh: Add call to `aclocal'.
        * configure.ac: Add AM_INIT_AUTOMAKE() after AC_INIT() call.
+
+2009-11-16  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * Makefile.in (CLEANFILES): Add `po/*.mo'.
+       (LINGUAS): New variable.
+       (all-local): Add `$(foreach lang, $(LINGUAS), po/$(lang).mo)'.
+       (install-local): Install MO files.
+       (po/$(PACKAGE).pot, po/*.po, po/%.mo): New rules.
+       * include/grub/i18n.h: New file.
+       * po/POTFILES: New file.
+       * po/ca.po: New file.
+       * util/grub.d/10_linux.in (bindir): New variable.
+       Add gettext initialization.
+       (linux_entry): Make menuentry output translatable.
+       * util/i386/pc/grub-mkimage.c: Include `<grub/i18n.h>'.
+       (usage): Make --help output translatable.
+       (main): Initialize gettext.