chai2010/gettext-go
View on GitHubDefault plural formula should probably be the one for English
Open
#23 opened on Apr 9, 2024
help wanted
Repository metrics
- Stars
- (95 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
In most programs the default language is English. Should this be reflected in the formula of the nilTranslator instead of the no-plural one?
If that is not desirable, because changing a default may have an impact on other programs, then adding an API to allow changing it would be nice.