Skip to content

Commit 5555029

Browse files
committed
lint
1 parent aa8451d commit 5555029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/locales/de.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = {
8484
'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'
8585
],
8686
date: '%d.%m.%Y',
87-
decimal: ",",
88-
thousands: "."
87+
decimal: ',',
88+
thousands: '.'
8989
}
9090
};

0 commit comments

Comments
 (0)