[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SOC - SGD based on grub2 - Menu and scripting status
From: |
Yoshinori K. Okuji |
Subject: |
Re: SOC - SGD based on grub2 - Menu and scripting status |
Date: |
Mon, 24 Apr 2006 20:10:29 +0200 |
User-agent: |
KMail/1.8.2 |
On Monday 24 April 2006 18:49, Marco Gerards wrote:
> > 4) What is the best way for dealing with languages and translations
> > when developing?
>
> We are thinking about i18n support. This is something about this on
> the wiki, I think.
I don't think this part is described well in the wiki. So I describe my idea
here:
- GRUB needs to have a locale variable to determine a language.
- GRUB needs to have gettext or something similar to translate messages.
- GRUB needs to be able to generate .po files compatible with gettext.
- GRUB needs to support message translations by scripting as well as by C
code.
These are not implemented at all yet, but not difficult. I expect that this
would take 2 weeks, if one works in full time.
Okuji