You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
608 B
13 lines
608 B
// Galician |
|
|
|
jQuery.extend( jQuery.fn.pickadate.defaults, { |
|
monthsFull: [ 'Xaneiro', 'Febreiro', 'Marzo', 'Abril', 'Maio', 'Xuño', 'Xullo', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Decembro' ], |
|
monthsShort: [ 'xan', 'feb', 'mar', 'abr', 'mai', 'xun', 'xul', 'ago', 'sep', 'out', 'nov', 'dec' ], |
|
weekdaysFull: [ 'domingo', 'luns', 'martes', 'mércores', 'xoves', 'venres', 'sábado' ], |
|
weekdaysShort: [ 'dom', 'lun', 'mar', 'mér', 'xov', 'ven', 'sab' ], |
|
today: 'hoxe', |
|
clear: 'borrar', |
|
firstDay: 1, |
|
format: 'dddd d !de mmmm !de yyyy', |
|
formatSubmit: 'yyyy/mm/dd' |
|
});
|
|
|