Also note, that this too is an internal feature of Golang and it’s more powerful than we think for languages that have weird plural formats (some east European languages for instance have a separate syntax for 1, 2, and more instead of 1 and more like english):
const (
Other Form = iota
Zero
One
Two
Few
Many
)
The words above should all work in the i18n-files.