summaryrefslogtreecommitdiffstats
path: root/js/vendor/momentjs/locale/uk.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/momentjs/locale/uk.js')
-rw-r--r--js/vendor/momentjs/locale/uk.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/vendor/momentjs/locale/uk.js b/js/vendor/momentjs/locale/uk.js
index 3dce4bcad..84e11ceac 100644
--- a/js/vendor/momentjs/locale/uk.js
+++ b/js/vendor/momentjs/locale/uk.js
@@ -123,6 +123,10 @@
// M. E.: those two are virtually unused but a user might want to implement them for his/her website for some reason
+ meridiemParse: /ночі|ранку|дня|вечора/,
+ isPM: function (input) {
+ return /^(дня|вечора)$/.test(input);
+ },
meridiem : function (hour, minute, isLower) {
if (hour < 4) {
return 'ночі';