diff options
| author | 2015-08-26 07:57:23 -0300 | |
|---|---|---|
| committer | 2015-08-26 07:57:23 -0300 | |
| commit | 70ceb871117ca811d63cb02671dc0fefc2700883 (patch) | |
| tree | 846133ea39797d2cd1101cff2ac0818167353490 /bower_components/moment/src/locale/it.js | |
| parent | 8559119e2f45b7f6508282962c0430423bfab051 (diff) | |
| parent | 787b97a4cb24330b36f11297c6d3a7a473a907d0 (diff) | |
Merge tag 'upstream/7.6.4'
Upstream version 7.6.4
Diffstat (limited to 'bower_components/moment/src/locale/it.js')
| -rw-r--r-- | bower_components/moment/src/locale/it.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/moment/src/locale/it.js b/bower_components/moment/src/locale/it.js index 63f34ac..d2d764c 100644 --- a/bower_components/moment/src/locale/it.js +++ b/bower_components/moment/src/locale/it.js @@ -13,11 +13,11 @@ export default moment.defineLocale('it', { 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', |
