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

Skip to content

Commit 5cf7ec2

Browse files
authored
Add correct number formater
This adds the missing decimal and thousands separator for the italian language.
1 parent 5df80e7 commit 5cf7ec2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/locales/it.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ module.exports = {
8585
'Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu',
8686
'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'
8787
],
88-
date: '%d/%m/%Y'
88+
date: '%d/%m/%Y',
89+
decimal: ',',
90+
thousands: '.'
8991
}
9092
};

0 commit comments

Comments
 (0)