mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
feat(Calendar): implement component (#2618)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -9,6 +9,12 @@ export default defineLocale({
|
||||
noData: 'No data',
|
||||
create: 'Create "{label}"'
|
||||
},
|
||||
calendar: {
|
||||
prevYear: 'Previous year',
|
||||
nextYear: 'Next year',
|
||||
prevMonth: 'Previous month',
|
||||
nextMonth: 'Next month'
|
||||
},
|
||||
inputNumber: {
|
||||
increment: 'Increment',
|
||||
decrement: 'Decrement'
|
||||
|
||||
Reference in New Issue
Block a user