Skip to content

Commit 9252b65

Browse files
committed
feat: calendar add da_DK he_IL hu_HU id_ID
1 parent 5cd17e0 commit 9252b65

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

components/calendar/locale/da_DK.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import da_DK from '../../date-picker/locale/da_DK'
2+
export default da_DK

components/calendar/locale/he_IL.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import he_IL from '../../date-picker/locale/he_IL'
2+
export default he_IL

components/calendar/locale/hu_HU.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import hu_HU from '../../date-picker/locale/hu_HU'
2+
export default hu_HU

components/calendar/locale/id_ID.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import id_ID from '../../date-picker/locale/id_ID'
2+
export default id_ID

0 commit comments

Comments
 (0)