aboutsummaryrefslogtreecommitdiffstats
path: root/static/js/locales/bootstrap-datepicker.ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/locales/bootstrap-datepicker.ca.js')
-rwxr-xr-xstatic/js/locales/bootstrap-datepicker.ca.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/static/js/locales/bootstrap-datepicker.ca.js b/static/js/locales/bootstrap-datepicker.ca.js
deleted file mode 100755
index 3fc4d84..0000000
--- a/static/js/locales/bootstrap-datepicker.ca.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * 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));