DatePicker: use the shorthand month, fixed #2792

pull/2843/head
qingwei.li 2017-02-13 17:08:56 +08:00 committed by 杨奕
parent 99e8d11910
commit 00fcf06e94
1 changed files with 11 additions and 11 deletions

View File

@ -13,18 +13,18 @@ export default {
endDate: 'End Date', endDate: 'End Date',
endTime: 'End Time', endTime: 'End Time',
year: '', year: '',
month1: 'January', month1: 'Jan',
month2: 'February', month2: 'Feb',
month3: 'March', month3: 'Mar',
month4: 'April', month4: 'Apr',
month5: 'May', month5: 'May',
month6: 'June', month6: 'Jun',
month7: 'July', month7: 'Jul',
month8: 'August', month8: 'Aug',
month9: 'September', month9: 'Sep',
month10: 'October', month10: 'Oct',
month11: 'November', month11: 'Nov',
month12: 'December', month12: 'Dec',
// week: 'week', // week: 'week',
weeks: { weeks: {
sun: 'Sun', sun: 'Sun',