]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Revert changes to locale/*
authorIskren Chernev <iskren.chernev@gmail.com>
Tue, 14 Jun 2016 09:09:17 +0000 (02:09 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Tue, 14 Jun 2016 09:09:17 +0000 (02:09 -0700)
locale/th.js

index 4c34ed7ad5c01cde7528c05f6a90247b4e2ac105..fc4e8f8b74fcf678eb20a454ae8c01facddfb042 100644 (file)
@@ -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