diff options
Diffstat (limited to 'public/js/locales/bootstrap-datepicker.ca.js')
-rw-r--r-- | public/js/locales/bootstrap-datepicker.ca.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/js/locales/bootstrap-datepicker.ca.js b/public/js/locales/bootstrap-datepicker.ca.js new file mode 100644 index 0000000000..3fc4d844a5 --- /dev/null +++ b/public/js/locales/bootstrap-datepicker.ca.js @@ -0,0 +1,14 @@ +/** + * Catalan translation for bootstrap-datepicker + * J. Garcia <jogaco.en@gmail.com> + */ +;(function($){ + $.fn.datepicker.dates['ca'] = { + days: ["Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte", "Diumenge"], + daysShort: ["Diu", "Dil", "Dmt", "Dmc", "Dij", "Div", "Dis", "Diu"], + daysMin: ["dg", "dl", "dt", "dc", "dj", "dv", "ds", "dg"], + months: ["Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"], + monthsShort: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Des"], + today: "Avui" + }; +}(jQuery)); |