Closed comatory closed 3 years ago
@tejainece Could you have a look at this and ideally merge & release it?
Maybe this project is not maintained anymore? Let me know and I'll just use my fork in my project but I'd prefer to use upstream version if possible.
Published as 3.0.7. Thanks for the PR!
I'm adding support for Czech language.
I hope you don't mind creating enum
CzechDurationLocalePluralization
as usingswitch
statement feels more natural to me.On the other hand, this enum will be available to consumers because it's public API of library now, if it's a problem I can just replace it with
if-else
statements instead.