diff options
Diffstat (limited to 'locales/en.json')
-rw-r--r-- | locales/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/locales/en.json b/locales/en.json index fece34d..cc0db9d 100644 --- a/locales/en.json +++ b/locales/en.json @@ -299,7 +299,9 @@ "views.publiceventlist.events": "Events", "views.publiceventlist.groups": "Groups", "views.publiceventlist.nogroups": "No groups!", - "views.publiceventlist.numoevents": "{{this.numberOfEvents}} {{plural this.numberOfEvents \"event(s)\"}}", + "views.publiceventlist.numoevents_one": "{{count}} event", + "views.publiceventlist.numoevents_other": "{{count}} events", + "views.publiceventlist.numoevents_zero": "No event", "views.publiceventlist.pastevents": "Past events", "views.publiceventlist.upcomingevents": "Upcoming events", "views.right": "Get it right!" |