mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
refactor(locale): change short months naming (#11326)
Co-authored-by: adisak boonmark <D6500706@outsource.ktb.co.th>
This commit is contained in:
@@ -45,18 +45,18 @@ export default {
|
||||
sat: 'ส',
|
||||
},
|
||||
months: {
|
||||
jan: 'มกรา',
|
||||
feb: 'กุมภา',
|
||||
mar: 'มีนา',
|
||||
apr: 'เมษา',
|
||||
may: 'พฤษภา',
|
||||
jun: 'มิถุนา',
|
||||
jul: 'กรกฎา',
|
||||
aug: 'สิงหา',
|
||||
sep: 'กันยา',
|
||||
oct: 'ตุลา',
|
||||
nov: 'พฤศจิกา',
|
||||
dec: 'ธันวา',
|
||||
jan: 'ม.ค.',
|
||||
feb: 'ก.พ.',
|
||||
mar: 'มี.ค.',
|
||||
apr: 'เม.ย.',
|
||||
may: 'พ.ค.',
|
||||
jun: 'มิ.ย.',
|
||||
jul: 'ก.ค.',
|
||||
aug: 'ส.ค.',
|
||||
sep: 'ก.ย.',
|
||||
oct: 'ต.ค.',
|
||||
nov: 'พ.ย.',
|
||||
dec: 'ธ.ค.',
|
||||
},
|
||||
},
|
||||
select: {
|
||||
|
||||
Reference in New Issue
Block a user