From 84657fa9d633a7d3e20c10645589061ecebeee3f Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 3 Aug 2026 17:12:34 +0200 Subject: Render dates, booleans and counts through the locale files --- config/locales/en.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml index ccca0ad0..dcf4275d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -107,6 +107,10 @@ en: not_permitted: "Only Redaktion members may change assets related to nodes in this section" upload: unreadable_image: "could not be read as an image. It may be damaged, or not the format its name suggests." + event: + attributes: + url: + must_be_http: "must start with http:// or https://" tags: index: @@ -487,11 +491,15 @@ en: title: "Nodes tagged: %{tag}" sitemap: title: "Sitemap" + descendants: + one: "1 descendant" + other: "%{count} descendants" chapters: title: "Chapters" filter: "Filter" node_list: search_placeholder: "Search title, abstract, body…" + no_revision: "none" trashed: title: "Trash" empty: "The Trash is empty." -- cgit v1.3