mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
Add support for Simplified Chinese
This commit is contained in:
parent
ee45eae96f
commit
d1a1c9b4e2
@ -86,6 +86,14 @@
|
||||
dayOfWeek: [
|
||||
"Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sab"
|
||||
]
|
||||
},
|
||||
ch:{ // Simplified Chinese
|
||||
months: [
|
||||
"一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"
|
||||
],
|
||||
dayOfWeek: [
|
||||
"日", "一","二","三","四","五","六"
|
||||
]
|
||||
}
|
||||
},
|
||||
value:'',
|
||||
|
Loading…
Reference in New Issue
Block a user