Re: [PHP-I18N] Re: How to i18n better?

[email protected] (Tomas Kuliavas) Mon, 03 May 2010 07:19:27 +0300
Newsgroups php.i18n
Message-ID <[email protected]>
Andre Polykanine rašė:
> Hello Tomas,
> 
> A good point about plurals! How do I handle them if I have Ukrainian,
> Russian, and English interfaces?

Check gettext manual (http://www.php.net/ngettext).

Either you use gettext or you are doomed to reinvent it.