From: Chanintorn Asavavichairoj Date: Thu, 28 Apr 2016 09:07:15 +0000 (+0700) Subject: Fixed short thai months X-Git-Tag: 2.14.0~29^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0cd1c7106db545eb6e6c3eb6594a19f945cb206;p=thirdparty%2Fmoment.git Fixed short thai months --- diff --git a/locale/th.js b/locale/th.js index fc4e8f8b7..4c34ed7ad 100644 --- a/locale/th.js +++ b/locale/th.js @@ -12,7 +12,7 @@ var th = moment.defineLocale('th', { months : 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'.split('_'), - monthsShort : 'มกรา_กุมภา_มีนา_เมษา_พฤษภา_มิถุนา_กรกฎา_สิงหา_กันยา_ตุลา_พฤศจิกา_ธันวา'.split('_'), + monthsShort : 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split('_'), monthsParseExact: true, weekdays : 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'), weekdaysShort : 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'), // yes, three characters difference @@ -64,4 +64,4 @@ return th; -})); \ No newline at end of file +}));