translate / l10n-guide

Localisation guide
https://docs.translatehouse.org/projects/localization-guide/
56 stars 69 forks source link

Hungarian plural form is incorrect. #65

Open bvarga256 opened 7 years ago

bvarga256 commented 7 years ago

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

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

rffontenelle commented 4 years ago

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.