Skip to content

Commit 80f5b00

Browse files
authored
Merge pull request #4122 from Domino987/patch-1
Add correct number formater
2 parents 5df80e7 + c6b2a53 commit 80f5b00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/locales/it.js

+3-1
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)