feat(Calendar): add locale messages

This commit is contained in:
陈嘉涵
2019-12-26 19:59:08 +08:00
committed by neverland
parent a0308bddaf
commit 779dcf4e54
6 changed files with 38 additions and 1 deletions
+7
View File
@@ -11,6 +11,13 @@ export default {
nameEmpty: 'Please fill in the name',
confirmDelete: 'Are you sure you want to delete?',
telInvalid: 'Malformed phone number',
vanCalendar: {
end: 'End',
start: 'Start',
title: 'Calendar',
weekdays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
monthTitle: (year: number, month: number) => `${year}/${month}`
},
vanContactCard: {
addText: 'Add contact info'
},