diff options
Diffstat (limited to 'node_modules/moment/src/locale/it.js')
-rw-r--r-- | node_modules/moment/src/locale/it.js | 3 |
1 files changed, 2 insertions, 1 deletions
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', |