summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-24 04:07:33 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-24 04:07:33 +0200
commitd171b7d9673bce6abf537d6dc6db3ac7a9062754 (patch)
treee6b2d9f2e9e05da3d3f69845f4e5e2d495402fa7 /config
parent2972386dd9dcd513256c2984d1c99f4b1e240a33 (diff)
Reduce visual clutter: remove time from article partials
Diffstat (limited to 'config')
-rw-r--r--config/locales/de.yml1
-rw-r--r--config/locales/en.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index d5ba0706..7ffa0a59 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -40,6 +40,7 @@ de:
40 default: "%A, %e. %B %Y, %H:%M Uhr" 40 default: "%A, %e. %B %Y, %H:%M Uhr"
41 short: "%e. %B, %H:%M Uhr" 41 short: "%e. %B, %H:%M Uhr"
42 ccc: "%e. %B %Y, %H:%M Uhr" 42 ccc: "%e. %B %Y, %H:%M Uhr"
43 ccc_date: "%e. %B %Y"
43 long: "%A, %e. %B %Y, %H:%M Uhr" 44 long: "%A, %e. %B %Y, %H:%M Uhr"
44 time: "%H:%M" 45 time: "%H:%M"
45 46
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 8b4e5db4..732d5cd1 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -25,6 +25,7 @@ en:
25 time: 25 time:
26 formats: 26 formats:
27 ccc: "%d %B, %Y %H:%M" 27 ccc: "%d %B, %Y %H:%M"
28 ccc_date: "%d %B, %Y"
28 29
29 will_paginate: 30 will_paginate:
30 previous_label: "&#8592; Previous" 31 previous_label: "&#8592; Previous"