moment defineLocale > updateLocale로 수정

This commit is contained in:
pjs
2026-01-22 21:40:11 +09:00
parent 01f0764af6
commit fdc5a74446
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
}(this, (function (moment) { 'use strict';
var ko = moment.defineLocale('ko', {
var ko = moment.updateLocale('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('_'),

View File

@@ -11,7 +11,7 @@
}(this, (function (moment) { 'use strict';
var ko = moment.defineLocale('ko', {
var ko = moment.updateLocale('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('_'),