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.
12 lines
635 B
12 lines
635 B
// Brazilian Portuguese |
|
|
|
jQuery.extend( jQuery.fn.pickadate.defaults, { |
|
monthsFull: [ 'janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro' ], |
|
monthsShort: [ 'jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez' ], |
|
weekdaysFull: [ 'domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado' ], |
|
weekdaysShort: [ 'dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sab' ], |
|
today: 'hoje', |
|
clear: 'excluir', |
|
format: 'dddd, d !de mmmm !de yyyy', |
|
formatSubmit: 'yyyy/mm/dd' |
|
}); |