[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Plural-Forms header
- To: Denis Barbier <barbier at linuxfr dot org>
- Subject: Re: Plural-Forms header
- From: Christian Perrier <bubulle at debian dot org>
- Date: Fri, 23 Jul 2004 10:48:57 +0200
- Cc: debian-i18n at lists dot debian dot org, doc at arabeyes dot org
- User-agent: Mutt/1.5.6+20040523i
Quoting Denis Barbier (barbier at linuxfr dot org):
> Your line makes 2nd and 3rd cases identical, it should be
> Plural-Forms: nplurals=4; plural=n%100==1 || n==0 ? 0 : n%100==2 ? 1 : n%100>=3 && n%100<=10 ? 2 : 3;
Yes, I corrected it in the meantime.
> It is also not clear whether first case is right or should be n%100<=1
IIRC, 100 does not drive singular but rather 4th form.
Discussion restarted between Arabeyes people in order to find
something appropriate. Seems that maybe 5 or even 6 plural forms could
be needed..:-)