summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-14 15:55:13 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-14 15:55:13 +0200
commitdcdc892d940adffced3d2bc272d813a47c7d4700 (patch)
tree722878382c4d3a2fdfae0a99106878de07375c09 /config
parent6d56e9eedfc8fee9b1804e805d0be1def861018d (diff)
Select revisions to compare by picking rows
Two hidden fields hold the pair, picking a row pushes it as the target and the previous target becomes the source, so any pair takes two picks. Source and target carry the diff view's own colours, in the rows and in the sticky bar's readout. Rows are focusable and respond to Enter and Space, the readout is the accessible equivalent of the colour, so it is aria-live.
Diffstat (limited to 'config')
-rw-r--r--config/locales/de.yml3
-rw-r--r--config/locales/en.yml3
2 files changed, 2 insertions, 4 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 3f2eb0ab..35f262cc 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -757,8 +757,7 @@ de:
757 first: "Von" 757 first: "Von"
758 last: "Bis" 758 last: "Bis"
759 diff_revisions: "Revisionen vergleichen" 759 diff_revisions: "Revisionen vergleichen"
760 against_word: "mit" 760 diff_selection_html: "Vergleicht %{from} mit %{to}"
761 selected_word: "ausgewählt"
762 show_link: "anzeigen" 761 show_link: "anzeigen"
763 restore_link: "wiederherstellen" 762 restore_link: "wiederherstellen"
764 confirm_restore: "Diese Revision wiederherstellen?" 763 confirm_restore: "Diese Revision wiederherstellen?"
diff --git a/config/locales/en.yml b/config/locales/en.yml
index e8428f69..75c762a3 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -725,8 +725,7 @@ en:
725 first: "First" 725 first: "First"
726 last: "Last" 726 last: "Last"
727 diff_revisions: "Diff revisions" 727 diff_revisions: "Diff revisions"
728 against_word: "against" 728 diff_selection_html: "Comparing %{to} against %{from}"
729 selected_word: "selected"
730 show_link: "show" 729 show_link: "show"
731 restore_link: "restore" 730 restore_link: "restore"
732 confirm_restore: "Restore this revision?" 731 confirm_restore: "Restore this revision?"