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/is.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/lib/moment/locale/is.js') diff --git a/www/lib/moment/locale/is.js b/www/lib/moment/locale/is.js index b13e50ae..98afb058 100644 --- a/www/lib/moment/locale/is.js +++ b/www/lib/moment/locale/is.js @@ -84,11 +84,11 @@ weekdaysMin : 'Su_Má_Þr_Mi_Fi_Fö_La'.split('_'), longDateFormat : { LT : 'H:mm', - LTS : 'LT:ss', + LTS : 'H:mm:ss', L : 'DD/MM/YYYY', LL : 'D. MMMM YYYY', - LLL : 'D. MMMM YYYY [kl.] LT', - LLLL : 'dddd, D. MMMM YYYY [kl.] LT' + LLL : 'D. MMMM YYYY [kl.] H:mm', + LLLL : 'dddd, D. MMMM YYYY [kl.] H:mm' }, calendar : { sameDay : '[í dag kl.] LT', @@ -123,4 +123,4 @@ return is; -})); +})); \ No newline at end of file -- cgit v1.2.3