Re: printversion could be more translation-friendly
On Mon, 27 May 2002, Wichert Akkerman wrote:
> 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.
Why can't we just use fprintf(stdout) there?
--
To UNSUBSCRIBE, email to debian-dpkg-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Reply to: