From 2e133bff1135deef1634593081853b98ec5ed342 Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Sun, 18 May 2025 22:27:53 +0900 Subject: Fix color of event times --- locales/en.json | 4 ++-- locales/ja.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'locales') diff --git a/locales/en.json b/locales/en.json index fdcf06d..c7027c0 100644 --- a/locales/en.json +++ b/locales/en.json @@ -27,8 +27,8 @@ "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": "dddd D MMMM YYYY", - "frontend.displaydate-days": "{{ startdate }} at {{ starttime }} - {{ enddate }} at {{ endtime }} {{ timezone }}", - "frontend.displaydate-sameday": "{{ startdate }} from {{ starttime }} to {{ endtime }}{{ timezone}}", + "frontend.displaydate-days": "{{ startdate }} at {{ starttime }} - {{ enddate }} at {{ endtime }} {{ timezone }}", + "frontend.displaydate-sameday": "{{ startdate }} from {{ starttime }} to {{ endtime }} {{ timezone }}", "frontend.elnumber": "({{count}} people)", "frontend.eventattendees": "people", "frontend.newevent": "New event", diff --git a/locales/ja.json b/locales/ja.json index 4aa5348..bd149e9 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -28,7 +28,7 @@ "config.instancerule.showpubliceventlist-true": "公開イベントと公開グループをページ上に掲載します", "frontend.dateformat": "LL (dd)", "frontend.displaydate-days": "{{ startdate }} {{ starttime }} - {{ enddate }} {{ endtime }} {{ timezone }}", - "frontend.displaydate-sameday": "{{ startdate }} {{ starttime }} {{ endtime }}{{ timezone}}", + "frontend.displaydate-sameday": "{{ startdate }} {{ starttime }} {{ endtime }} {{ timezone }}", "frontend.elnumber": "( {{count}} 人)", "frontend.eventattendees": "人で", "frontend.newevent": "イベントの作成", -- cgit v1.2.3