Implement Rule for "Three forms, special cases for numbers ending in 1 and 2, 3, 4, except those ending in 1[1-4]"

Created on 28 December 2024, about 1 month ago

Three forms, special cases for numbers ending in 1 and 2, 3, 4, except those ending in 1[1-4]
The header entry would be:

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

Languages with this property include:

Slavic family
Russian, Ukrainian, Belarusian, Serbian, Croatian

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

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇩🇪Germany D34dMan Hamburg

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024