grub-devel
[Top][All Lists]
Advanced

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

Re: gettext: normal/*


From: Carles Pina i Estany
Subject: Re: gettext: normal/*
Date: Sun, 6 Dec 2009 00:28:11 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

Hello,

I think that my patch is fine. I only want to ask for two particular
things:

> === modified file 'include/grub/normal.h'
> --- include/grub/normal.h     2009-08-24 23:55:06 +0000
> +++ include/grub/normal.h     2009-12-05 20:14:56 +0000
> @@ -73,6 +73,7 @@ void grub_parse_color_name_pair (grub_ui
>  
>  /* Defined in `menu_text.c'.  */
>  void grub_wait_after_message (void);
> +void print_message_indented (const char *msg);

Is it fine to add the declaration of print_message_indented in normal.h
to be used from menu_text.c and main.c ? Or you would prefer some other
place and declare the function in other .c file?

> -  if (!grub_cmdline_get ("Enter username: ", login, sizeof (login) - 1,
> +  if (!grub_cmdline_get (_("Enter username: "), login, sizeof (login) - 1,

Is it fine to have a translatable string ended with a space? I think
that it's fine (same case than \n, even thought in this case msgfmt is
not warning).

(there are other 2 strings that ends with a space, but that ones are
easier to replace with a grub_putchar after it)

When these two things are confirmed I will commit (ok?) and then
hopefully add i18n support to the grub modules or util.

Thanks,

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




reply via email to

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