X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Flib%2Fmoment%2Flocale%2Fbe.js;h=68a6f37cb790f6d781a58596eabe75b3ec16bf0d;hb=6b1a173f07f1a04188735f4688ce6335da14c3b7;hp=fe3186a191220a524b40542cc5f5d1afe91088f2;hpb=81041728520a8eb72df2dab422aa35e0052e71b0;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/moment/locale/be.js b/resources/lib/moment/locale/be.js index fe3186a191..68a6f37cb7 100644 --- a/resources/lib/moment/locale/be.js +++ b/resources/lib/moment/locale/be.js @@ -10,7 +10,7 @@ } else if (typeof exports === 'object') { module.exports = factory(require('../moment')); // Node } else { - factory(window.moment); // Browser global + factory((typeof global !== 'undefined' ? global : this).moment); // node or other global } }(function (moment) { function plural(word, num) { @@ -71,6 +71,7 @@ weekdaysMin : 'нд_пн_ат_ср_чц_пт_сб'.split('_'), longDateFormat : { LT : 'HH:mm', + LTS : 'LT:ss', L : 'DD.MM.YYYY', LL : 'D MMMM YYYY г.', LLL : 'D MMMM YYYY г., LT', @@ -127,6 +128,7 @@ } }, + ordinalParse: /\d{1,2}-(і|ы|га)/, ordinal: function (number, period) { switch (period) { case 'M':