Two Forms Special Case For 1000000
Plural Form
(n == 0 || n == 1) ? 0 : ((n != 0 && n % 1000000 == 0) ? 1 : 2)
nPlurals
2
Applicable Language
fr,pt
Active
1.0
Code
Issue #3496374 by d34dman: Implement Rule for "Three Forms Special Case...