chai2010/gettext-go

Default plural formula should probably be the one for English

Open

#23 opened on Apr 9, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Go (26 forks)github user discovery
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.

Contributor guide