- Issue created by @D34dMan
Three forms, special cases for 1 and 2, 3, 4
The header entry would be:
Plural-Forms: nplurals=3; \
plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;
Languages with this property include:
Slavic family
Czech, Slovak
Reference: https://www.gnu.org/software/gettext/manual/html_node/Plural-forms.html
Active
1.0
Code