summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/locale/th.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/momentjs/locale/th.js')
-rw-r--r--js/vendor/momentjs/locale/th.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/vendor/momentjs/locale/th.js b/js/vendor/momentjs/locale/th.js
index e3c54229e..ec9b840b3 100644
--- a/js/vendor/momentjs/locale/th.js
+++ b/js/vendor/momentjs/locale/th.js
@@ -25,6 +25,10 @@
LLL : 'D MMMM YYYY เวลา LT',
LLLL : 'วันddddที่ D MMMM YYYY เวลา LT'
},
+ meridiemParse: /ก่อนเที่ยง|หลังเที่ยง/,
+ isPM: function (input) {
+ return input === 'หลังเที่ยง';
+ },
meridiem : function (hour, minute, isLower) {
if (hour < 12) {
return 'ก่อนเที่ยง';