From e0780d045fb9e1f4a50d09c8b09d1ec1862962d0 Mon Sep 17 00:00:00 2001 From: "Douglas E. Pereira" Date: Mon, 29 Nov 2021 22:34:47 -0300 Subject: [PATCH] fix it_IT shortMonths locale --- strftime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strftime.js b/strftime.js index 34c058f..1cc839c 100644 --- a/strftime.js +++ b/strftime.js @@ -138,7 +138,7 @@ days: ['domenica', 'lunedì', 'martedì', 'mercoledì', 'giovedì', 'venerdì', 'sabato'], shortDays: ['dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab'], months: ['gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', 'luglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre'], - shortMonths: ['pr', 'mag', 'giu', 'lug', 'ago', 'set', 'ott', 'nov', 'dic'], + shortMonths: ['gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', 'ago', 'set', 'ott', 'nov', 'dic'], AM: 'AM', PM: 'PM', am: 'am',