From 3195db28aa4e567ec2ac45889ad99b97c6fb1c77 Mon Sep 17 00:00:00 2001 From: Iskren Chernev Date: Tue, 14 Jun 2016 02:09:17 -0700 Subject: [PATCH] Revert changes to locale/* --- locale/th.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/th.js b/locale/th.js index 4c34ed7ad..fc4e8f8b7 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 -- 2.47.2