summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/locale/be.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-27 09:19:51 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-27 09:19:51 +0100
commit1bc1507dd4d92c841e9a56c7d4c241dd7fa1c25f (patch)
tree81dd4f94f002c03f11a3982e0e3a34296160db4d /js/vendor/momentjs/locale/be.js
parent3fbc4c6b9a6574830a7acc9485d8c5cad9f5e6a8 (diff)
update clientside libs
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 'ночы';