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/src/locale/hi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/lib/moment/src/locale/hi.js') diff --git a/www/lib/moment/src/locale/hi.js b/www/lib/moment/src/locale/hi.js index 3d568395..07eae1d4 100644 --- a/www/lib/moment/src/locale/hi.js +++ b/www/lib/moment/src/locale/hi.js @@ -40,8 +40,8 @@ export default moment.defineLocale('hi', { LTS : 'A h: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, A h:mm बजे', + LLLL : 'dddd, D MMMM YYYY, A h:mm बजे' }, calendar : { sameDay : '[आज] LT', -- cgit v1.2.3