summaryrefslogtreecommitdiff
path: root/public/js/i18n/datepicker.pt.js
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2024-02-27 17:19:36 +0000
committerGitHub <noreply@github.com>2024-02-27 17:19:36 +0000
commitec0bf2d6a9e74fd68febe9c09ba1997858ec3d7f (patch)
tree79ad5176790f20dd13610cda2ba72ba066ea64be /public/js/i18n/datepicker.pt.js
parentde688444d167fdb80c6e88b8ba837405ba7651a6 (diff)
parentd607db902d801a9d84ea0075ff7f450be7875c49 (diff)
Merge pull request #136 from lowercasename/rk/layout-tweaks
Layout tweaks and little fixes
Diffstat (limited to 'public/js/i18n/datepicker.pt.js')
-rwxr-xr-xpublic/js/i18n/datepicker.pt.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/public/js/i18n/datepicker.pt.js b/public/js/i18n/datepicker.pt.js
deleted file mode 100755
index 92a3a08..0000000
--- a/public/js/i18n/datepicker.pt.js
+++ /dev/null
@@ -1,12 +0,0 @@
-;(function ($) { $.fn.datepicker.language['pt'] = {
- days: ['Domingo', 'Segunda', 'Terça', 'Quarta', 'Quinta', 'Sexta', 'Sábado'],
- daysShort: ['Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'],
- daysMin: ['Do', 'Se', 'Te', 'Qa', 'Qi', 'Sx', 'Sa'],
- months: ['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'],
- today: 'Hoje',
- clear: 'Limpar',
- dateFormat: 'dd/mm/yyyy',
- timeFormat: 'hh:ii',
- firstDay: 1
-}; })(jQuery); \ No newline at end of file