@schedule-x/date-picker
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -1128,2 +1128,30 @@ 'use strict'; | ||
const datePickerKoKR = { | ||
Date: '일자', | ||
'MM/DD/YYYY': '년/월/일', | ||
'Next month': '다음 달', | ||
'Previous month': '이전 달', | ||
'Choose Date': '날짜 선택', | ||
'Select View': '보기 선택', | ||
}; | ||
const calendarKoKR = { | ||
Today: '오늘', | ||
Month: '월', | ||
Week: '주', | ||
Day: '일', | ||
events: '일정들', | ||
event: '일정', | ||
'No events': '일정 없음', | ||
'Next period': '다음', | ||
'Previous period': '이전', | ||
to: '부터', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': '종일 및 복수일 일정', | ||
}; | ||
const koKR = { | ||
...datePickerKoKR, | ||
...calendarKoKR, | ||
}; | ||
class InvalidLocaleError extends Error { | ||
@@ -1154,2 +1182,3 @@ constructor(locale) { | ||
ruRU, | ||
koKR, | ||
}; | ||
@@ -1156,0 +1185,0 @@ |
@@ -1128,2 +1128,30 @@ 'use strict'; | ||
const datePickerKoKR = { | ||
Date: '일자', | ||
'MM/DD/YYYY': '년/월/일', | ||
'Next month': '다음 달', | ||
'Previous month': '이전 달', | ||
'Choose Date': '날짜 선택', | ||
'Select View': '보기 선택', | ||
}; | ||
const calendarKoKR = { | ||
Today: '오늘', | ||
Month: '월', | ||
Week: '주', | ||
Day: '일', | ||
events: '일정들', | ||
event: '일정', | ||
'No events': '일정 없음', | ||
'Next period': '다음', | ||
'Previous period': '이전', | ||
to: '부터', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': '종일 및 복수일 일정', | ||
}; | ||
const koKR = { | ||
...datePickerKoKR, | ||
...calendarKoKR, | ||
}; | ||
class InvalidLocaleError extends Error { | ||
@@ -1154,2 +1182,3 @@ constructor(locale) { | ||
ruRU, | ||
koKR, | ||
}; | ||
@@ -1156,0 +1185,0 @@ |
@@ -1126,2 +1126,30 @@ import { options, createContext, Fragment, render, createElement } from 'preact'; | ||
const datePickerKoKR = { | ||
Date: '일자', | ||
'MM/DD/YYYY': '년/월/일', | ||
'Next month': '다음 달', | ||
'Previous month': '이전 달', | ||
'Choose Date': '날짜 선택', | ||
'Select View': '보기 선택', | ||
}; | ||
const calendarKoKR = { | ||
Today: '오늘', | ||
Month: '월', | ||
Week: '주', | ||
Day: '일', | ||
events: '일정들', | ||
event: '일정', | ||
'No events': '일정 없음', | ||
'Next period': '다음', | ||
'Previous period': '이전', | ||
to: '부터', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': '종일 및 복수일 일정', | ||
}; | ||
const koKR = { | ||
...datePickerKoKR, | ||
...calendarKoKR, | ||
}; | ||
class InvalidLocaleError extends Error { | ||
@@ -1152,2 +1180,3 @@ constructor(locale) { | ||
ruRU, | ||
koKR, | ||
}; | ||
@@ -1154,0 +1183,0 @@ |
@@ -1128,2 +1128,30 @@ (function (global, factory) { | ||
const datePickerKoKR = { | ||
Date: '일자', | ||
'MM/DD/YYYY': '년/월/일', | ||
'Next month': '다음 달', | ||
'Previous month': '이전 달', | ||
'Choose Date': '날짜 선택', | ||
'Select View': '보기 선택', | ||
}; | ||
const calendarKoKR = { | ||
Today: '오늘', | ||
Month: '월', | ||
Week: '주', | ||
Day: '일', | ||
events: '일정들', | ||
event: '일정', | ||
'No events': '일정 없음', | ||
'Next period': '다음', | ||
'Previous period': '이전', | ||
to: '부터', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': '종일 및 복수일 일정', | ||
}; | ||
const koKR = { | ||
...datePickerKoKR, | ||
...calendarKoKR, | ||
}; | ||
class InvalidLocaleError extends Error { | ||
@@ -1154,2 +1182,3 @@ constructor(locale) { | ||
ruRU, | ||
koKR, | ||
}; | ||
@@ -1156,0 +1185,0 @@ |
{ | ||
"name": "@schedule-x/date-picker", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "Schedule-X date picker component", | ||
@@ -34,3 +34,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "326825eb7cf39d865aff0b4fbedb014e606ae54e" | ||
"gitHead": "02b7330a597319b8044d9e85293dd647a1b7f0aa" | ||
} |
187253
4875