8000 Add "decimal" and "thousands" to de.js locale · timonweb/plotly.js@aa8451d · GitHub
[go: up one dir, main page]

Skip to content

Commit aa8451d

Browse files
authored
Add "decimal" and "thousands" to de.js locale
1 parent 8cc5f55 commit aa8451d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/locales/de.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ module.exports = {
8383
'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun',
8484
'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'
8585
],
86-
date: '%d.%m.%Y'
86+
date: '%d.%m.%Y',
87+
decimal: ",",
88+
thousands: "."
8789
}
8890
};

0 commit comments

Comments
 (0)
0