I’m make locale message script
<div>export const messages = {
ko:{
“firstDay”: 1,
“days”: {
“names”: [
“월요일”,
“화요일”,
“수요일”,
“목요일”,
“금요일”,
“토요일”,
“일요일”
],
“namesAbbr”: [
“월”,
“화”,
“수”,
“목”,
“금”,
“토”,
“일”
],
“namesShort”: [
“월”,
“화”,
“수”,
“목”,
“금”,
“토”,
“일”
]
},
“months”: {
“names”: [
“1월”,
“2월”,
“3월”,
“4월”,
“5월”,
“6월”,
“7월”,
“8월”,
“9월”,
“10월”,
“11월”,
“12월”,
“”
],
“namesAbbr”: [
“1월”,
“2월”,
“3월”,
“4월”,
“5월”,
“6월”,
“7월”,
“8월”,
“9월”,
“10월”,
“11월”,
“12월”,
“”
]
},
“AM”: [
“오전”,
“오전”,
“오전”
],
“PM”: [
“오후”,
“오후”,
“오후”
],
}
}</div>
How to apply “editor: ‘dateInput'”?