diff options
Diffstat (limited to 'bower_components/moment/locale/it.js')
| -rw-r--r-- | bower_components/moment/locale/it.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/moment/locale/it.js b/bower_components/moment/locale/it.js index 84fe389..ea277e0 100644 --- a/bower_components/moment/locale/it.js +++ b/bower_components/moment/locale/it.js @@ -18,11 +18,11 @@ weekdaysMin : 'D_L_Ma_Me_G_V_S'.split('_'), longDateFormat : { LT : 'HH:mm', - LTS : 'LT:ss', + LTS : 'HH:mm:ss', L : 'DD/MM/YYYY', LL : 'D MMMM YYYY', - LLL : 'D MMMM YYYY LT', - LLLL : 'dddd, D MMMM YYYY LT' + LLL : 'D MMMM YYYY HH:mm', + LLLL : 'dddd, D MMMM YYYY HH:mm' }, calendar : { sameDay: '[Oggi alle] LT', |
