From 3270f34cf1b73b4068f3049189fde14af6c266ac Mon Sep 17 00:00:00 2001 From: Aleksei Sergienko Date: Thu, 14 Oct 2021 10:55:23 +0300 Subject: [PATCH] (feature): add italian month names --- src/date_utils.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/date_utils.js b/src/date_utils.js index a51feca..2d14c8f 100644 --- a/src/date_utils.js +++ b/src/date_utils.js @@ -35,6 +35,20 @@ const month_names = { 'Noviembre', 'Diciembre' ], + it: [ + 'Gennaio', + 'Febbraio', + 'Marzo', + 'Aprile', + 'Maggio', + 'Giugno', + 'Luglio', + 'Agosto', + 'Settembre', + 'Ottobre', + 'Novembre', + 'Dicembre', + ], ru: [ 'Январь', 'Февраль',