You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, @bvarga256 . Looking at CLDR plurals list, it seems zero amount is expressed differently of the singular form, which I think is the reason for the current plural-form expression.
In Hungarian, the following rule is incorrect:
nplurals=2; plural=(n != 1);
Correct would be:
... plural=(n > 1);
The text was updated successfully, but these errors were encountered: