Three forms, special case for numbers ending in 00 or [2-9][0-9]
The header entry would be:

Plural-Forms: nplurals=3; \
    plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;

Languages with this property include:

Romanic family
Romanian

Reference: https://www.gnu.org/software/gettext/manual/html_node/Plural-forms.html

Comments

d34dman created an issue. See original summary.

d34dman’s picture

d34dman’s picture

  • d34dman committed db79b5b0 on 1.x
    Issue #3496308 by d34dman: Implement Rule for "Three forms, special case...
d34dman’s picture

Status: Active » Needs review
d34dman’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.