translate/l10n-guide

Hungarian plural form is incorrect.

Opened this issue · 1 comments

In Hungarian, the following rule is incorrect:
nplurals=2; plural=(n != 1);

Correct would be:
... plural=(n > 1);

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.