Skip to content

Commit 9cb99e7

Browse files
xialeistudioLinkinStars
authored andcommitted
fix(i18n): fix time format in de-DE (#622)
Fix time format problem in **de-DE**
1 parent 5c896b0 commit 9cb99e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

i18n/de_DE.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -722,9 +722,9 @@ ui:
722722
btn_save_edits: Änderungen speichern
723723
btn_cancel: Stornieren
724724
dates:
725-
long_date: MMM D
726-
long_date_with_year: "MMM D, JJJJ"
727-
long_date_with_time: "MMM T, JJJJ [at] HH:mm"
725+
long_date: DD. MMM
726+
long_date_with_year: "DD. MMM YYYY"
727+
long_date_with_time: "DD. MMM YYYY [at] HH:mm"
728728
now: jetzt
729729
x_seconds_ago: "vor {{count}}s"
730730
x_minutes_ago: "vor {{count}}m"

0 commit comments

Comments
 (0)