grub-devel
[Top][All Lists]
Advanced

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

Re: gettext: commands/hdparm.c


From: Jordi Mallach
Subject: Re: gettext: commands/hdparm.c
Date: Wed, 9 Dec 2009 00:19:10 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

On Sun, Dec 06, 2009 at 06:25:33PM +0000, Carles Pina i Estany wrote:
>   grub_printf ("Model:    \"%.40s\"\n", le16_to_char (tmp, &idw[27], 40));
>   grub_printf ("Firmware: \"%.8s\"\n",  le16_to_char (tmp, &idw[23], 8));
>   grub_printf ("Serial:   \"%.20s\"\n", le16_to_char (tmp, &idw[10], 20));
> 
> To have a proper alignment it needs to code something (dynamic "tab").
> 
> I could change it to:
>   grub_printf (_("Model:\t\"%.40s\"\n"), le16_to_char (tmp, &idw[27], 40));
>   grub_printf (_("Firmware:\t\"%.8s\"\n"),  le16_to_char (tmp, &idw[23], 8));
>   grub_printf (_("Serial:\t\"%.20s\"\n"), le16_to_char (tmp, &idw[10], 20));

It's not unusual to see stuff like this, but again, a small percent of
translators will actually try to figure out if the string is correctly aligned
or how many \t's they need to use (by manually calculating how the string will
look, by reading the source code, or using qemu).

If the alignment is just a cosmetic enhancement, dropping it could be a
reasonable option.

> Or just don't translate Model/Firmware/Serial (leave like it's now)

I think it should be translated.

-- 
Jordi Mallach PĂ©rez  --  Debian developer     http://www.debian.org/
address@hidden     address@hidden     http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/

Attachment: signature.asc
Description: Digital signature


reply via email to

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