On 2005-07-26T17:30:00+0300, [EMAIL PROTECTED] wrote:
> Isn't there a feature for handling this problem in GNU
> Gettext?

printf(ngettext("%d file copied", "%d files copied", i), i);

And this ngettext makes its magic so this works in every language
(i.e. there is just right amount of different plural forms in every
translation).

More info in GNU gettext info pages.

-- 
Tommi Vainikainen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to