aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-pt-BR.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-pt-BR.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-pt-BR.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-pt-BR.js b/static/development-bundle/ui/i18n/ui.datepicker-pt-BR.js
deleted file mode 100644
index e3ac652..0000000
--- a/static/development-bundle/ui/i18n/ui.datepicker-pt-BR.js
+++ /dev/null
@@ -1,19 +0,0 @@
1/* Brazilian initialisation for the jQuery UI date picker plugin. */
2/* Written by Leonildo Costa Silva (leocsilva@gmail.com). */
3jQuery(function($){
4 $.datepicker.regional['pt-BR'] = {
5 closeText: 'Fechar',
6 prevText: '<Anterior',
7 nextText: 'Próximo>',
8 currentText: 'Hoje',
9 monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',
10 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'],
11 monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun',
12 'Jul','Ago','Set','Out','Nov','Dez'],
13 dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sabado'],
14 dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'],
15 dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'],
16 dateFormat: 'dd/mm/yy', firstDay: 0,
17 isRTL: false};
18 $.datepicker.setDefaults($.datepicker.regional['pt-BR']);
19}); \ No newline at end of file