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',
endTime: 'End Time',
year: '',
month1: 'January',
month2: 'February',
month3: 'March',
month4: 'April',
month1: 'Jan',
month2: 'Feb',
month3: 'Mar',
month4: 'Apr',
month5: 'May',
month6: 'June',
month7: 'July',
month8: 'August',
month9: 'September',
month10: 'October',
month11: 'November',
month12: 'December',
month6: 'Jun',
month7: 'Jul',
month8: 'Aug',
month9: 'Sep',
month10: 'Oct',
month11: 'Nov',
month12: 'Dec',
// week: 'week',
weeks: {
sun: 'Sun',