jeffijoe / messageformat.net

ICU MessageFormat implementation for .NET.
MIT License
161 stars 23 forks source link

Support for all pluralization rules #47

Closed BlueGone closed 23 hours ago

BlueGone commented 1 week ago

Currently, the PluralFormatter add only a Pluralizer for english. Do you plan on adding other pluralizers by default ?

jeffijoe commented 6 days ago

All plural formats should be supported, we have a source generator for it.

BlueGone commented 23 hours ago

Sorry then. I was debugging the Pluralizer formatter, and found only one PluralRule for "en", but no other, but I did not see that there is a fallback to PluralRulesMetadata. Thanks.