Correct 'german time format
We separate hour and minute with a colon, not with a period.
This commit is contained in:
parent
0c13a4a1f1
commit
f2bacdc6f3
|
@ -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))]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user