From 23e49c6e6e63a518e704f82879a5fdcf268c51d8 Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Tue, 8 Apr 2025 22:14:04 +0900 Subject: 1st stage, only language switch. Thank you, MomentQYC ( https://github.com/MomentQYC ). Your first attemt encourage me. --- 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 b8cacd0..5c81496 100644 --- a/views/publicEventList.handlebars +++ b/views/publicEventList.handlebars @@ -12,39 +12,39 @@
-
Upcoming events
+
{{t "upcomingevents" }}
{{> eventList upcomingEvents }}
-
Past events
+
{{t "pastevents" }}
{{> eventList pastEvents }}
-
Event groups
+
{{t "eventgroups" }}
{{#if eventGroups}} {{#each eventGroups}} {{this.name}} - {{this.numberOfEvents}} {{plural this.numberOfEvents "event(s)"}} + {{{t "publiclist.numoevents" }}} {{/each}} {{else}} -
No groups!
+
{{t "publiclist.nogroups" }}
{{/if}}
-- cgit v1.2.3