summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/locale/az.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/momentjs/locale/az.js')
-rw-r--r--js/vendor/momentjs/locale/az.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/vendor/momentjs/locale/az.js b/js/vendor/momentjs/locale/az.js
index d4d143426..7624feea7 100644
--- a/js/vendor/momentjs/locale/az.js
+++ b/js/vendor/momentjs/locale/az.js
@@ -73,6 +73,10 @@
y : 'bir il',
yy : '%d il'
},
+ meridiemParse: /gecə|səhər|gündüz|axşam/,
+ isPM : function (input) {
+ return /^(gündüz|axşam)$/.test(input);
+ },
meridiem : function (hour, minute, isLower) {
if (hour < 4) {
return 'gecə';