From 3bd2117d74afdff9e447e2bd89ae873b8eefe898 Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Fri, 2 May 2025 22:49:02 +0900 Subject: Fix Error: Missing helper: "plural", replacing plural helper to feature of i18next. In translation files, number part must use "{{count}}". --- views/publicEventList.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/publicEventList.handlebars b/views/publicEventList.handlebars index e95379b..a16735b 100644 --- a/views/publicEventList.handlebars +++ b/views/publicEventList.handlebars @@ -40,7 +40,7 @@ {{this.name}} - {{{t "views.publiceventlist.numoevents" }}} + {{plural "views.publiceventlist.numoevents" this.numberOfEvents }} {{/each}} {{else}} -- cgit v1.2.3