Created
December 28, 2013 01:55
-
-
Save Senhordim/8155188 to your computer and use it in GitHub Desktop.
Tradução datepicker pt-BR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Brazilian initialisation for the jQuery UI date picker plugin. */ | |
/* Written by Leonildo Costa Silva ([email protected]). */ | |
jQuery(function($){ | |
$.datepicker.regional['pt-BR'] = { | |
closeText: 'Fechar', | |
prevText: '<Anterior', | |
nextText: 'Próximo>', | |
currentText: 'Hoje', | |
monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho', | |
'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], | |
monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', | |
'Jul','Ago','Set','Out','Nov','Dez'], | |
dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sabado'], | |
dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'], | |
dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'], | |
weekHeader: 'Sm', | |
dateFormat: 'dd/mm/yy', | |
firstDay: 0, | |
isRTL: false, | |
showMonthAfterYear: false, | |
yearSuffix: ''}; | |
$.datepicker.setDefaults($.datepicker.regional['pt-BR']); | |
}); |
Man, show de bola. Valeu!
100% funcional obrigado!
show!
Valeeeeeu
Como faz pra fazer funcionar, onde adiciono?
Muito obrigado, resolvido!
Amigo, você é um amigo
ajudou demais amigo!
Muito obrigado cara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Obrigado!!