diff options
Diffstat (limited to 'bower_components/moment/locale/eo.js')
| -rw-r--r-- | bower_components/moment/locale/eo.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/moment/locale/eo.js b/bower_components/moment/locale/eo.js index d4c7908..4cb0e3a 100644 --- a/bower_components/moment/locale/eo.js +++ b/bower_components/moment/locale/eo.js @@ -19,11 +19,11 @@ weekdaysMin : 'Di_Lu_Ma_Me_Ĵa_Ve_Sa'.split('_'), longDateFormat : { LT : 'HH:mm', - LTS : 'LT:ss', + LTS : 'HH:mm:ss', L : 'YYYY-MM-DD', LL : 'D[-an de] MMMM, YYYY', - LLL : 'D[-an de] MMMM, YYYY LT', - LLLL : 'dddd, [la] D[-an de] MMMM, YYYY LT' + LLL : 'D[-an de] MMMM, YYYY HH:mm', + LLLL : 'dddd, [la] D[-an de] MMMM, YYYY HH:mm' }, meridiemParse: /[ap]\.t\.m/i, isPM: function (input) { |
