Pickdate and some better general foundation styling
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
// Italian
|
||||
|
||||
$pickadate_translations['it'] = {
|
||||
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: 'yyyy-mm-dd',
|
||||
displayFormat: 'dddd d mmmm yyyy',
|
||||
formatSubmit: 'yyyy-mm-dd'
|
||||
};
|
||||
Reference in New Issue
Block a user