mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
Added Italian internationalization.
This commit is contained in:
parent
7ce73fe66d
commit
1dab414491
@ -110,6 +110,14 @@
|
|||||||
dayOfWeek: [
|
dayOfWeek: [
|
||||||
"일", "월", "화", "수", "목", "금", "토"
|
"일", "월", "화", "수", "목", "금", "토"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
it:{ // Italian
|
||||||
|
months: [
|
||||||
|
"Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"
|
||||||
|
],
|
||||||
|
dayOfWeek: [
|
||||||
|
"Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
value:'',
|
value:'',
|
||||||
|
1138
jquery.datetimepicker.js~
Normal file
1138
jquery.datetimepicker.js~
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user