From bbff7403fbf46f9ad92240ac213df8d30ef31b64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Sep 2018 02:56:13 +0200 Subject: update packages --- node_modules/moment/src/locale/it.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'node_modules/moment/src/locale/it.js') diff --git a/node_modules/moment/src/locale/it.js b/node_modules/moment/src/locale/it.js index 1edd3c758..a7ce1173e 100644 --- a/node_modules/moment/src/locale/it.js +++ b/node_modules/moment/src/locale/it.js @@ -17,7 +17,7 @@ export default moment.defineLocale('it', { L : 'DD/MM/YYYY', LL : 'D MMMM YYYY', LLL : 'D MMMM YYYY HH:mm', - LLLL : 'dddd, D MMMM YYYY HH:mm' + LLLL : 'dddd D MMMM YYYY HH:mm' }, calendar : { sameDay: '[Oggi alle] LT', @@ -40,6 +40,7 @@ export default moment.defineLocale('it', { }, past : '%s fa', s : 'alcuni secondi', + ss : '%d secondi', m : 'un minuto', mm : '%d minuti', h : 'un\'ora', -- cgit v1.2.3