summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-09 15:45:56 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-09 15:45:56 +0200
commit9d32458491d79f8e06a706375030c78282f4427b (patch)
tree5eee208b844df39dfd66d9f0d1618fb5fa437fdb /config/locales/en.yml
parented3905b5409190c1e11c2c49c2163ac967c6d8b9 (diff)
Report every editorial attribute in the revision diff
diff_against gained external_url, published_at and user. The view renders each metadata section only when that attribute changed, and says so once when none did. Metadata now precedes the locale pointer, which speaks only of translations: above the metadata it read as "nothing changed" on a revision that had moved the page.
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 965906df..e8428f69 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -57,6 +57,9 @@ en:
57 tag_list: "Tags" 57 tag_list: "Tags"
58 template_name: "Template" 58 template_name: "Template"
59 assets: "Assets" 59 assets: "Assets"
60 external_url: "External homepage"
61 published_at: "Publication date"
62 user: "Author"
60 menu_item: 63 menu_item:
61 node_id: "Node Id" 64 node_id: "Node Id"
62 path: "Path" 65 path: "Path"
@@ -712,7 +715,7 @@ en:
712 revisions_link: "All revisions" 715 revisions_link: "All revisions"
713 compare_numbered: "Compare two numbered revisions instead" 716 compare_numbered: "Compare two numbered revisions instead"
714 none_marker: "(none)" 717 none_marker: "(none)"
715 no_change: "No change." 718 no_metadata_change: "No metadata changes."
716 unchanged_here_html: "No change in the %{lang} translation between these revisions — %{others} changed." 719 unchanged_here_html: "No change in the %{lang} translation between these revisions — %{others} changed."
717 unchanged_anywhere: "No translation changed between these revisions." 720 unchanged_anywhere: "No translation changed between these revisions."
718 address: "Address" 721 address: "Address"