grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fw: gettext support


From: Carles Pina i Estany
Subject: Re: Fw: gettext support
Date: Thu, 18 Jun 2009 22:07:36 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hi,

On Jun/18/2009, Vladimir 'phcoder' Serbinenko wrote:

> If you want I'll add compilation po to mo to build system.

this would be very nice and speed up the process :-)

As it's written in the TODO in grub/po, we need:

-Compile all .po to .mo (msgfmt $LANG.po -o $LANG.mo) (during the make
of Grub?)

-Copy to /usr/share/locale/$LANG/LC_MESSAGES/grub.mo (or
 /usr/local/share/locale/$LANG/LC_MESSAGES/..., so $prefix...)
((Well, now with the last changes I suggest to copy *.mo to
$prefix/locale/ :-) ))

-Make uptrans should execute:
uptrans:
       xgettext -k_ -LC -o - `find "$(srcdir)/" -name '*.c'` -o po/grub.pot
       xgettext -k_ -Lshell -o - $(GRUBD)/* -j -o po/grub.pot

(first line generates the new po template from the *.c files and otehr
one from the grub.d scripts)

Then we have other things to do, like be sure that the scripts that
generates grub.cfg are using the appropiate location of the files. For
example, 10_linux.d is using $eval_gettext, and the system has the
grub-gettext_lib.in that setups some paths and includes gettext.sh (this
is a generic script that comes with gettext-base package).

Maybe we can, now (next days) add gettext support in Grub booting time
and then to the scripts?

-- 
Carles Pina i Estany
        http://pinux.info




reply via email to

[Prev in Thread] Current Thread [Next in Thread]