Edit D:\xinhaisoft\crisis_new\api\node_modules\moment\src\locale\ko.js
//! moment.js locale configuration //! locale : Korean [ko] //! author : Kyungwook, Park : https://github.com/kyungw00k //! author : Jeeeyul Lee <jeeeyul@gmail.com> import moment from '../moment'; export default moment.defineLocale('ko', { months: '1??2??3??4??5??6??7??8??9??10??11??12??'.split('_'), monthsShort: '1??2??3??4??5??6??7??8??9??10??11??12??'.split( '_' ), weekdays: '???????????????????????????????????'.split('_'), weekdaysShort: '??????????????'.split('_'), weekdaysMin: '??????????????'.split('_'), longDateFormat: { LT: 'A h:mm', LTS: 'A h:mm:ss', L: 'YYYY.MM.DD.', LL: 'YYYY?? MMMM D??', LLL: 'YYYY?? MMMM D?? A h:mm', LLLL: 'YYYY?? MMMM D?? dddd A h:mm', l: 'YYYY.MM.DD.', ll: 'YYYY?? MMMM D??', lll: 'YYYY?? MMMM D?? A h:mm', llll: 'YYYY?? MMMM D?? dddd A h:mm', }, calendar: { sameDay: '??? LT', nextDay: '??? LT', nextWeek: 'dddd LT', lastDay: '??? LT', lastWeek: '????? dddd LT', sameElse: 'L', }, relativeTime: { future: '%s ??', past: '%s ??', s: '?? ??', ss: '%d??', m: '1??', mm: '%d??', h: '?? ???', hh: '%d???', d: '???', dd: '%d??', M: '?? ??', MM: '%d??', y: '?? ??', yy: '%d??', }, dayOfMonthOrdinalParse: /\d{1,2}(??????)/, ordinal: function (number, period) { switch (period) { case 'd': case 'D': case 'DDD': return number + '??'; case 'M': return number + '??'; case 'w': case 'W': return number + '??'; default: return number; } }, meridiemParse: /???|???/, isPM: function (token) { return token === '???'; }, meridiem: function (hour, minute, isUpper) { return hour < 12 ? '???' : '???'; }, });
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de