From 6290c20464ad5c622e902b4dd0de217c374b5905 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 6 Aug 2026 01:59:58 +0200 Subject: Reduce the events list to title, when and actions --- config/locales/en.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml index f67016b9..9bd57c79 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -23,8 +23,9 @@ en: time: formats: - ccc: "%d %B, %Y %H:%M" - ccc_date: "%d %B, %Y" + ccc: "%-d %B %Y, %H:%M" + ccc_date: "%-d %B %Y" + ccc_month: "%B %Y" will_paginate: previous_label: "←" @@ -527,8 +528,8 @@ en: index: title: "Events" create_event: "Create event" - edit_link: "edit" search_placeholder: "Search title, description, location, tags…" + flag_own_title: "Has its own title" edit: title: "Editing event" change_node: "Change node" @@ -542,6 +543,11 @@ en: node_hint: "Optional — search and pick a node to associate this event with a page." recurrence: "Recurrence" title_hint: "Optional — if left blank, the associated node's title is used." + schedule: + none: "no date" + same_month: "%{from_day}.–%{to_day}. %{to_month}" + spanning: "%{from_full} – %{to_full}" + evening: "%{date}, %{from}–%{to}" rrule_builder: weekly: "Weekly" monthly: "Monthly" -- cgit v1.3