Correct 'german time format

We separate hour and minute with a colon, not with a period.
This commit is contained in:
Markus Bertheau 2015-01-21 09:16:04 +01:00 committed by Robby Findler
parent 0c13a4a1f1
commit f2bacdc6f3

View File

@ -118,7 +118,7 @@
[(12) "Dezember"] [(12) "Dezember"]
[else ""]) [else ""])
" " year) " " year)
(list ", " hour24 "." minute))] (list ", " hour24 ":" minute))]
[(irish) [(irish)
(values (list week-day ", " day day-th " " month " " year) (values (list week-day ", " day day-th " " month " " year)
(list ", " hour12 ":" minute am-pm))] (list ", " hour12 ":" minute am-pm))]