Skip to content

Commit bb77211

Browse files
committed
Add missing comma after weekday
1 parent b99b2b8 commit bb77211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/locale/de.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ d3.locale.de = d3.locale({
55
thousands: ".",
66
grouping: [3],
77
currency: ["", " €"],
8-
dateTime: "%A der %e. %B %Y, %X",
8+
dateTime: "%A, der %e. %B %Y, %X",
99
date: "%e.%m.%Y",
1010
time: "%H:%M:%S",
1111
periods: ["AM", "PM"], // unused

0 commit comments

Comments
 (0)