Closed vorpal-buildbot closed 6 years ago
Most of the achievements (entry/entries, win/wins, etc.) need this treatment.
This is one of those things that's complicated by i18n. Do we have anything for plurals right now?
This seems to be what we are doing:
self.active_runs_text = ngettext('%(num)d active league run', '%(num)d active league runs', len(active_runs))
and the i18n system copes with that.
It would be nice to use inflect's plural features but that would probably break i18n.
79b42df5.
Reported on Discord by bakert#2193