Sha256: 6315f08a6544d890084065f61268a5166aeec4d0440963469044196ffd67ec09
Contents?: true
Size: 579 Bytes
Versions: 3
Compression:
Stored size: 579 Bytes
Contents
// Portuguese $.extend( $.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', 'terça', 'quarta', 'quinta', 'sexta', 'sábado' ], weekdaysShort: [ 'dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sab' ], today: 'hoje', clear: 'excluir', format: 'd !de mmmm !de yyyy', formatSubmit: 'yyyy/mm/dd' });
Version data entries
3 entries across 3 versions & 1 rubygems