summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/locale/be.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/momentjs/locale/be.js')
-rw-r--r--js/vendor/momentjs/locale/be.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/js/vendor/momentjs/locale/be.js b/js/vendor/momentjs/locale/be.js
index 68a6f37cb..d888e21c4 100644
--- a/js/vendor/momentjs/locale/be.js
+++ b/js/vendor/momentjs/locale/be.js
@@ -114,8 +114,10 @@
y : 'год',
yy : relativeTimeWithPlural
},
-
-
+ meridiemParse: /ночы|раніцы|дня|вечара/,
+ isPM : function (input) {
+ return /^(дня|вечара)$/.test(input);
+ },
meridiem : function (hour, minute, isLower) {
if (hour < 4) {
return 'ночы';