Current state
This commit is contained in:
13
public/assets/plugins/pickadate/translations/it_IT.js
Normal file
13
public/assets/plugins/pickadate/translations/it_IT.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// Italian
|
||||
|
||||
jQuery.extend( jQuery.fn.pickadate.defaults, {
|
||||
monthsFull: [ 'gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', 'luglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre' ],
|
||||
monthsShort: [ 'gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', 'ago', 'set', 'ott', 'nov', 'dic' ],
|
||||
weekdaysFull: [ 'domenica', 'lunedì', 'martedì', 'mercoledì', 'giovedì', 'venerdì', 'sabato' ],
|
||||
weekdaysShort: [ 'dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab' ],
|
||||
today: 'oggi',
|
||||
clear: 'cancellare',
|
||||
firstDay: 1,
|
||||
format: 'dddd d mmmm yyyy',
|
||||
formatSubmit: 'yyyy/mm/dd'
|
||||
});
|
||||
Reference in New Issue
Block a user