Skip to content

Commit 46ca101

Browse files
authoredSep 22, 2023
Merge pull request #6734 from diribet/cs-locale
add number separators to cs locale
2 parents 6825695 + 0d2988e commit 46ca101

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎lib/locales/cs.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ module.exports = {
7575
'led', 'úno', 'bře', 'dub', 'kvě', 'čer',
7676
'čvc', 'srp', 'zář', 'říj', 'lis', 'pro'
7777
],
78-
date: '%d.%m.%Y'
78+
date: '%d.%m.%Y',
79+
decimal: ',',
80+
thousands: ' '
7981
}
8082
};

0 commit comments

Comments
 (0)
Please sign in to comment.