summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/locale/hy-am.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/momentjs/locale/hy-am.js')
-rw-r--r--js/vendor/momentjs/locale/hy-am.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/vendor/momentjs/locale/hy-am.js b/js/vendor/momentjs/locale/hy-am.js
index 053a845e0..6e2de8ba6 100644
--- a/js/vendor/momentjs/locale/hy-am.js
+++ b/js/vendor/momentjs/locale/hy-am.js
@@ -78,6 +78,10 @@
yy : '%d տարի'
},
+ meridiemParse: /գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,
+ isPM: function (input) {
+ return /^(ցերեկվա|երեկոյան)$/.test(input);
+ },
meridiem : function (hour) {
if (hour < 4) {
return 'գիշերվա';