Skip to content

Commit

Permalink
Merge pull request #37 from a90120411/patch-1
Browse files Browse the repository at this point in the history
Add support for Simplified Chinese
  • Loading branch information
xdan committed Jan 19, 2014
2 parents ee45eae + d1a1c9b commit 6fbc845
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jquery.datetimepicker.js
Expand Up @@ -86,6 +86,14 @@
dayOfWeek: [
"Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sab"
]
},
ch:{ // Simplified Chinese
months: [
"一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"
],
dayOfWeek: [
"日", "一","二","三","四","五","六"
]
}
},
value:'',
Expand Down

0 comments on commit 6fbc845

Please sign in to comment.