Lhc_fl
(Linca)
7
I found the cause of the issue. Discourse’s I18n relies on the plural definition of an external library:
https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse-i18n/src/index.js#L7
But in this library, we can see that Hungarian is defined as using type a-class plurals, which distinguish between one and other.
I don’t understand Hungarian at all, maybe someone could help point out whether their plural definition is wrong or ours 
3 Likes