23 lines
893 B
JSON
23 lines
893 B
JSON
{
|
|
"default-calendar": "gregorian",
|
|
"separator": ".",
|
|
"unitOrder": "YYYY. MM. DD.",
|
|
"weekStart": 7,
|
|
"placeholder": "YYYY. MM. DD.",
|
|
"days": {
|
|
"abbreviated": ["일", "월", "화", "수", "목", "금", "토"],
|
|
"narrow": ["일", "월", "화", "수", "목", "금", "토"],
|
|
"short": ["일", "월", "화", "수", "목", "금", "토"],
|
|
"wide": ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"]
|
|
},
|
|
"numerals": "0123456789",
|
|
"months": {
|
|
"abbreviated": ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
|
|
"narrow": ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
|
|
"wide": ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"]
|
|
},
|
|
"year": {
|
|
"suffix": "년"
|
|
}
|
|
}
|