Skip to content

Commit e0780d0

Browse files
committed
fix it_IT shortMonths locale
1 parent 08a9a4b commit e0780d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strftime.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
days: ['domenica', 'lunedì', 'martedì', 'mercoledì', 'giovedì', 'venerdì', 'sabato'],
139139
shortDays: ['dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab'],
140140
months: ['gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', 'luglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre'],
141-
shortMonths: ['pr', 'mag', 'giu', 'lug', 'ago', 'set', 'ott', 'nov', 'dic'],
141+
shortMonths: ['gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', 'ago', 'set', 'ott', 'nov', 'dic'],
142142
AM: 'AM',
143143
PM: 'PM',
144144
am: 'am',

0 commit comments

Comments
 (0)