Skip to content

Commit 9de2bfb

Browse files
committed
sk locale thousands separator to space
1 parent 495136d commit 9de2bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/locales/sk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ module.exports = {
7777
],
7878
date: '%d.%m.%Y',
7979
decimal: ',',
80-
thousands: '.'
80+
thousands: ' '
8181
}
8282
};

0 commit comments

Comments
 (0)