From: Carles Pina i Estany <carles@pina.cat>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: merging of gettext branch
Date: Sun, 22 Nov 2009 22:27:05 +0000 [thread overview]
Message-ID: <20091122222705.GA5440@pina.cat> (raw)
In-Reply-To: <20091122212636.GA13110@thorin>
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
prev parent reply other threads:[~2009-11-22 22:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-21 21:27 merging of gettext branch Carles Pina i Estany
2009-11-21 21:33 ` Carles Pina i Estany
2009-11-21 22:00 ` Robert Millan
2009-11-21 22:14 ` Carles Pina i Estany
2009-11-21 23:09 ` Robert Millan
2009-11-21 23:18 ` Vladimir 'φ-coder/phcoder' Serbinenko
2009-11-21 23:40 ` Robert Millan
2009-11-22 12:47 ` Carles Pina i Estany
2009-11-22 12:46 ` Carles Pina i Estany
2009-11-22 17:07 ` Carles Pina i Estany
2009-11-22 18:45 ` Carles Pina i Estany
2009-11-22 21:26 ` Robert Millan
2009-11-22 22:27 ` Carles Pina i Estany [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091122222705.GA5440@pina.cat \
--to=carles@pina.cat \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.