]> git.openstreetmap.org Git - rails.git/commitdiff
Avoid using the zero key for pluralisation in English
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 5 Jul 2023 13:42:07 +0000 (14:42 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 5 Jul 2023 13:47:39 +0000 (14:47 +0100)
This makes it impossible to translate to other languages that use the
`zero:` key, e.g. for other numbers that end in zero.

An alternative approach would be possible in future, when ruby-i18n
and rails and translatewiki all have full support for `0:` and `1:` keys.

Fixes #3997


No differences found