summaryrefslogtreecommitdiff
path: root/config/locales
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-23 18:04:37 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-23 18:04:37 +0200
commit6424e10be5a89f175a74c71c55660412a169b8b8 (patch)
treeae8c8111bd1e8c6e82c0a5f9a2c4b088c92bafe5 /config/locales
parent375ed745052148faeb34763087fe04214105f1b8 (diff)
Update deployed state to what's currently running
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/de.yml1
-rw-r--r--config/locales/en.yml6
2 files changed, 6 insertions, 1 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 26639482..fca8c11a 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -24,6 +24,7 @@ de:
24 formats: 24 formats:
25 default: "%A, %e. %B %Y, %H:%M Uhr" 25 default: "%A, %e. %B %Y, %H:%M Uhr"
26 short: "%e. %B, %H:%M Uhr" 26 short: "%e. %B, %H:%M Uhr"
27 ccc: "%e. %B %Y, %H:%M Uhr"
27 long: "%A, %e. %B %Y, %H:%M Uhr" 28 long: "%A, %e. %B %Y, %H:%M Uhr"
28 time: "%H:%M" 29 time: "%H:%M"
29 30
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 81fa48ec..2458d4d0 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -7,4 +7,8 @@ en:
7 sponsors: sponsors 7 sponsors: sponsors
8 hello: "Hello world" 8 hello: "Hello world"
9 show_tag_headline: "Pages tagged with:" 9 show_tag_headline: "Pages tagged with:"
10 old_ccc_de: the old ccc.de \ No newline at end of file 10 old_ccc_de: the old ccc.de
11
12 time:
13 formats:
14 ccc: "%d %B, %Y %H:%M"