Re: Plurals in translations was Re: [STRAW POLL] Help on i18n translations?
From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2004-04-02 22:55:05 CEST
>>>In French, this would be incorrect as the condition is >= 1
Yes, but this it's done at the same time the code is converted to
printf("%d files%s updated", n, (n==1)?"":"s");
to
printf(ngettext("%d file updated", "%d files updated", n), n);
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.