From f8ce323663debb22890ad1ed29f385b8b832abc6 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 25 Jul 2026 20:16:32 +0200 Subject: Extract public-site strings to i18n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The public views were never part of the admin extraction and were broken in both directions: German visitors got "Featured", "Calendar" and "Tags", English visitors got "Suchergebnisse für Suchbegriff:". Also picks up the unlock-confirm message in link_helper, a straggler from the revisions/menu_items batch, and drops two raw() calls in the application layout in favour of link_to blocks. --- config/locales/en.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml index 5f2f266a..50811b37 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -70,6 +70,21 @@ en: tags: index: title: "Tags" + show: + subscribe: "Subscribe to updates tagged »%{tag}«" + + content: + featured_articles: + title: "Featured" + front_page_calendar: + title: "Calendar" + tags: + title: "Tags" + + search: + index: + results_for: "Search results for: %{query}" + node_actions: heading: "Action log" @@ -197,6 +212,7 @@ en: update: "Update" confirm_sure: "Are you sure?" confirm_irreversible: "This cannot be undone. Continue?" + unlock_confirm: "Are you sure you want to unlock?\nLocked by %{login}\nLast modified %{time}" toggle_preview: "Toggle live preview" force_render: "Force preview render" "yes": "yes" @@ -581,6 +597,12 @@ en: default_marker: "default" layouts: + application: + light_mode_aria: "Switch between dark and light mode" + light_mode_label: "lights" + admin: "Admin" + overview: "Overview" + edit: "Edit" flash: go_to_status: "Go to Status" stale_prefix: "The %{lang} translation may be out of date —" -- cgit v1.3