summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/locale/ml.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/momentjs/locale/ml.js')
-rw-r--r--js/vendor/momentjs/locale/ml.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/vendor/momentjs/locale/ml.js b/js/vendor/momentjs/locale/ml.js
index 38509141c..eb877bb1a 100644
--- a/js/vendor/momentjs/locale/ml.js
+++ b/js/vendor/momentjs/locale/ml.js
@@ -48,6 +48,10 @@
y : 'ഒരു വർഷം',
yy : '%d വർഷം'
},
+ meridiemParse: /രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,
+ isPM : function (input) {
+ return /^(ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി)$/.test(input);
+ },
meridiem : function (hour, minute, isLower) {
if (hour < 4) {
return 'രാത്രി';