From 1fd6a7d2249fdf6ba5ca9ced6ea43348ebe0941d Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Wed, 2 Apr 2025 01:49:11 +0900 Subject: rename translation keys as filestructure --- views/publicEventList.handlebars | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'views/publicEventList.handlebars') diff --git a/views/publicEventList.handlebars b/views/publicEventList.handlebars index 1340e2f..e95379b 100644 --- a/views/publicEventList.handlebars +++ b/views/publicEventList.handlebars @@ -12,39 +12,39 @@
-
{{t "publiclist.upcomingevents" }}
+
{{t "views.publiceventlist.upcomingevents" }}
{{> eventList upcomingEvents }}
-
{{t "publiclist.pastevents" }}
+
{{t "views.publiceventlist.pastevents" }}
{{> eventList pastEvents }}
-
{{t "eventgroups" }}
+
{{t "common.eventgroups" }}
{{#if eventGroups}} {{#each eventGroups}} {{this.name}} - {{{t "publiclist.numoevents" }}} + {{{t "views.publiceventlist.numoevents" }}} {{/each}} {{else}} -
{{t "publiclist.nogroups" }}
+
{{t "views.publiceventlist.nogroups" }}
{{/if}}
-- cgit v1.2.3