mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
Add Japanese support
This commit is contained in:
parent
e54d6517b7
commit
59ab03f557
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user