From 7c385a7877aa4b0163dda6206f656846db2cf039 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Thu, 17 Sep 2015 12:32:47 -0400 Subject: iOS9 fixes (which includes ionic updates to 1.1.0) --- www/lib/moment/locale/hu.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/lib/moment/locale/hu.js') diff --git a/www/lib/moment/locale/hu.js b/www/lib/moment/locale/hu.js index de7bee07..5fc432d0 100644 --- a/www/lib/moment/locale/hu.js +++ b/www/lib/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) { @@ -105,4 +105,4 @@ return hu; -})); +})); \ No newline at end of file -- cgit v1.2.3