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

Re: printversion could be more translation-friendly



Previously Santiago Vila wrote:
>   if (fputs(_("Debian GNU/Linux `"), stdout) < 0) werr("stdout");
>   if (fputs(DPKG, stdout) < 0) werr("stdout");
>   if (fputs(_("' package management program version "), stdout) < 0) werr("stdo\ut");

Actually looking at this a bit more we can't change it, the string
has to be split like that so we can put the DPKG define in there
while still allowing it to be translated.

Wichert.

-- 
  _________________________________________________________________
 /wichert@wiggy.net         This space intentionally left occupied \
| wichert@deephackmode.org            http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |


-- 
To UNSUBSCRIBE, email to debian-dpkg-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: