summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorINOUE Daisuke <inoue.daisuke@gmail.com>2025-05-02 23:42:44 +0900
committerINOUE Daisuke <inoue.daisuke@gmail.com>2025-05-03 00:10:12 +0900
commit4ad3e5bc8fd8fa89c43cb11f4de993833e757e4e (patch)
treec1255e570d7cef9b37d49203d64095d112879c49 /locales
parentd0ea0d22f5c12fc558948e5a2ac1acdba7111bb6 (diff)
Back to original date and time format in"en" on event page
Diffstat (limited to 'locales')
-rw-r--r--locales/en.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/locales/en.json b/locales/en.json
index cc0db9d..50e0c5e 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -26,14 +26,14 @@
"config.instancerule.isfederated-false": "This instance does not federate with other instances",
"config.instancerule.isfederated-true": "This instance federates with other instances using ActivityPub",
"config.instancerule.showpubliceventlist-true": "Public events and groups are displayed on the homepage",
- "frontend.dateformat": "LL",
+ "frontend.dateformat": "dddd D MMMM YYYY",
"frontend.displaydate-days": "{{ startdate }} <span class=\"text-muted\">at</span> {{ starttime }} <span class=\"text-muted\">-</span> {{ enddate }} <span class=\"text-muted\">at</span> {{ endtime }} {{ timezone }}",
"frontend.displaydate-sameday": "{{ startdate }} <span class=\"text-muted\">from<span> {{ starttime }} <span class=\"text-muted\">to</span> {{ endtime }}{{ timezone}}",
"frontend.elnumber": "({{count}} people)",
"frontend.eventattendees": "people",
"frontend.newevent": "New event",
"frontend.publicevents": "Public events",
- "frontend.timeformat": "LT",
+ "frontend.timeformat": "h:mm a",
"routes.addeventattendeesubject": "You're RSVPed to {{ eventName }}",
"routes.addeventcommentsubject": "New comment in {{eventName}}",
"routes.deleteeventsubject": "{{ eventName }} was deleted",
@@ -305,4 +305,4 @@
"views.publiceventlist.pastevents": "Past events",
"views.publiceventlist.upcomingevents": "Upcoming events",
"views.right": "Get it right!"
-} \ No newline at end of file
+}