grub-devel
[Top][All Lists]
Advanced

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

Re: merging of gettext branch


From: Carles Pina i Estany
Subject: Re: merging of gettext branch
Date: Sun, 22 Nov 2009 22:27:05 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

Hello,

On Nov/22/2009, Robert Millan wrote:
> On Sun, Nov 22, 2009 at 06:45:19PM +0000, Carles Pina i Estany wrote:
> >    /* NOTE: Do not remove the trailing space characters.
> >       They are required to clear the line.  */
> > -  char *msg = "   The highlighted entry will be booted automatically in 
> > %ds.    ";
> > +  const char *msg = _("   The highlighted entry will be booted 
> > automatically in %ds.    ");
> >    char *msg_end = grub_strchr (msg, '%');
> 
> This string isn't suitable for translation in its current state.
> Someone should split the "trailing space hack" from the actual
> translatable string first.

Ok, I will do it soon.

> (I suggest that you just exclude this from your initial merge, it can be
> fixed later when we want to enable it).

yeap!

> > +  if (locale_dir == NULL)
> > +    {
> > +      grub_printf ("locale_dir variable is not setted up.");
> > +      return;
> > +    }
> 
> s/setted/set/g
> 
> The rest is fine.  Once this is fixed it can be merged in trunk.  Nice
> work, Carles.

merged. Thanks!

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




reply via email to

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