Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46ca101

Browse files
authored
Merge pull request plotly#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

Lines changed: 3 additions & 1 deletion
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)