mirror of https://github.com/ElemeFE/element
DatePicker: use the shorthand month, fixed #2792
parent
99e8d11910
commit
00fcf06e94
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue