Skip to content

Commit

Permalink
Merge pull request xdan#84 from dolphin333/add_language_japanese
Browse files Browse the repository at this point in the history
Add Japanese support
  • Loading branch information
xdan committed Mar 31, 2014
2 parents e54d651 + 59ab03f commit 6240a30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jquery.datetimepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@
"Søn", "Man", "Tir", "ons", "Tor", "Fre", "lør"
]
},
ja:{ // Japanese
months: [
"1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"
],
dayOfWeek: [
"日", "月", "火", "水", "木", "金", "土"
]
},
},
value:'',
lang: 'en',
Expand Down

0 comments on commit 6240a30

Please sign in to comment.