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/th.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/lib/moment/locale/th.js') diff --git a/www/lib/moment/locale/th.js b/www/lib/moment/locale/th.js index 086863f0..7805ebb2 100644 --- a/www/lib/moment/locale/th.js +++ b/www/lib/moment/locale/th.js @@ -17,11 +17,11 @@ weekdaysMin : 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'), longDateFormat : { LT : 'H นาฬิกา m นาที', - LTS : 'LT s วินาที', + LTS : 'H นาฬิกา m นาที s วินาที', L : 'YYYY/MM/DD', LL : 'D MMMM YYYY', - LLL : 'D MMMM YYYY เวลา LT', - LLLL : 'วันddddที่ D MMMM YYYY เวลา LT' + LLL : 'D MMMM YYYY เวลา H นาฬิกา m นาที', + LLLL : 'วันddddที่ D MMMM YYYY เวลา H นาฬิกา m นาที' }, meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/, isPM: function (input) { @@ -61,4 +61,4 @@ return th; -})); +})); \ No newline at end of file -- cgit v1.2.3