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/ne.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/lib/moment/src/locale/ne.js') diff --git a/www/lib/moment/src/locale/ne.js b/www/lib/moment/src/locale/ne.js index 966db269..e229357c 100644 --- a/www/lib/moment/src/locale/ne.js +++ b/www/lib/moment/src/locale/ne.js @@ -40,8 +40,8 @@ export default moment.defineLocale('ne', { 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 बजे' }, preparse: function (string) { return string.replace(/[१२३४५६७८९०]/g, function (match) { -- cgit v1.2.3