diff options
Diffstat (limited to 'bower_components/moment/locale/hu.js')
| -rw-r--r-- | bower_components/moment/locale/hu.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/moment/locale/hu.js b/bower_components/moment/locale/hu.js index 4a95c84..5fc432d 100644 --- a/bower_components/moment/locale/hu.js +++ b/bower_components/moment/locale/hu.js @@ -51,11 +51,11 @@ weekdaysMin : 'v_h_k_sze_cs_p_szo'.split('_'), longDateFormat : { LT : 'H:mm', - LTS : 'LT:ss', + LTS : 'H:mm:ss', L : 'YYYY.MM.DD.', LL : 'YYYY. MMMM D.', - LLL : 'YYYY. MMMM D., LT', - LLLL : 'YYYY. MMMM D., dddd LT' + LLL : 'YYYY. MMMM D. H:mm', + LLLL : 'YYYY. MMMM D., dddd H:mm' }, meridiemParse: /de|du/i, isPM: function (input) { |
