From e4a0d5107d6938e34c6d8d2362dd49c74de2095a Mon Sep 17 00:00:00 2001 From: xialeistudio Date: Tue, 14 Nov 2023 17:21:00 +0800 Subject: [PATCH] fix(i18n): fix time format in de-DE --- i18n/de_DE.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/de_DE.yaml b/i18n/de_DE.yaml index 92e613dae..a83b7dbc8 100644 --- a/i18n/de_DE.yaml +++ b/i18n/de_DE.yaml @@ -722,9 +722,9 @@ ui: btn_save_edits: Änderungen speichern btn_cancel: Stornieren dates: - long_date: MMM D - long_date_with_year: "MMM D, JJJJ" - long_date_with_time: "MMM T, JJJJ [at] HH:mm" + long_date: DD. MMM + long_date_with_year: "DD. MMM YYYY" + long_date_with_time: "DD. MMM YYYY [at] HH:mm" now: jetzt x_seconds_ago: "vor {{count}}s" x_minutes_ago: "vor {{count}}m"