Commit 00fcf06e authored by qingwei.li's avatar qingwei.li Committed by 杨奕

DatePicker: use the shorthand month, fixed #2792

parent 99e8d119
...@@ -13,18 +13,18 @@ export default { ...@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment