Edit D:\xinhaisoft\crisis_new\api\node_modules\moment\src\locale\bg.js
//! moment.js locale configuration //! locale : Bulgarian [bg] //! author : Krasen Borisov : https://github.com/kraz import moment from '../moment'; export default moment.defineLocale('bg', { months: '??????_????????_????_?????_???_???_???_??????_?????????_????????_???????_????????'.split( '_' ), monthsShort: '???_???_???_???_???_???_???_???_???_???_???_???'.split('_'), weekdays: '??????_??????????_???????_?????_?????????_?????_??????'.split( '_' ), weekdaysShort: '???_???_???_???_???_???_???'.split('_'), weekdaysMin: '??_??_??_??_??_??_??'.split('_'), longDateFormat: { LT: 'H:mm', LTS: 'H:mm:ss', L: 'D.MM.YYYY', LL: 'D MMMM YYYY', LLL: 'D MMMM YYYY H:mm', LLLL: 'dddd, D MMMM YYYY H:mm', }, calendar: { sameDay: '[???? ?] LT', nextDay: '[???? ?] LT', nextWeek: 'dddd [?] LT', lastDay: '[????? ?] LT', lastWeek: function () { switch (this.day()) { case 0: case 3: case 6: return '[????????] dddd [?] LT'; case 1: case 2: case 4: case 5: return '[???????] dddd [?] LT'; } }, sameElse: 'L', }, relativeTime: { future: '???? %s', past: '????? %s', s: '??????? ???????', ss: '%d ???????', m: '??????', mm: '%d ??????', h: '???', hh: '%d ????', d: '???', dd: '%d ????', w: '???????', ww: '%d ???????', M: '?????', MM: '%d ??????', y: '??????', yy: '%d ??????', }, dayOfMonthOrdinalParse: /\d{1,2}-(??|??|??|??|??|??)/, ordinal: function (number) { var lastDigit = number % 10, last2Digits = number % 100; if (number === 0) { return number + '-??'; } else if (last2Digits === 0) { return number + '-??'; } else if (last2Digits > 10 && last2Digits < 20) { return number + '-??'; } else if (lastDigit === 1) { return number + '-??'; } else if (lastDigit === 2) { return number + '-??'; } else if (lastDigit === 7 || lastDigit === 8) { return number + '-??'; } else { return number + '-??'; } }, week: { dow: 1, // Monday is the first day of the week. doy: 7, // The week that contains Jan 7th is the first week of the year. }, });
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de