summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/locale/bo.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/momentjs/locale/bo.js')
-rw-r--r--js/vendor/momentjs/locale/bo.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/vendor/momentjs/locale/bo.js b/js/vendor/momentjs/locale/bo.js
index cece8d133..b8e7001aa 100644
--- a/js/vendor/momentjs/locale/bo.js
+++ b/js/vendor/momentjs/locale/bo.js
@@ -83,6 +83,10 @@
return symbolMap[match];
});
},
+ meridiemParse: /མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,
+ isPM: function (input) {
+ return /^(ཉིན་གུང|དགོང་དག|མཚན་མོ)$/.test(input);
+ },
meridiem : function (hour, minute, isLower) {
if (hour < 4) {
return 'མཚན་མོ';