From 0aafbcc0b396aebfe1cd98ceea451b239c6c397c Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Sat, 4 Feb 2017 10:10:32 +0100 Subject: Update bootstrap-datepicker to 1.6.4 Actually switching to maintained fork at https://github.com/uxsolutions/bootstrap-datepicker ; the original project being unmaintained since 2012. - Works with recent jQuery - BS4 is not supported by bootstrap-datepicker, but actually, it works :-) ref https://github.com/uxsolutions/bootstrap-datepicker/issues/1670 --- budget/static/js/locales/bootstrap-datepicker.fr.min.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 budget/static/js/locales/bootstrap-datepicker.fr.min.js (limited to 'budget/static/js/locales/bootstrap-datepicker.fr.min.js') diff --git a/budget/static/js/locales/bootstrap-datepicker.fr.min.js b/budget/static/js/locales/bootstrap-datepicker.fr.min.js new file mode 100644 index 0000000..88379c3 --- /dev/null +++ b/budget/static/js/locales/bootstrap-datepicker.fr.min.js @@ -0,0 +1,2 @@ +!function(a){a.fn.datepicker.dates.fr={days:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],daysShort:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],daysMin:["d","l","ma","me","j","v","s"],months:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],monthsShort:["janv.","févr.","mars","avril","mai","juin","juil.","août","sept.","oct.","nov.","déc."],today:"Aujourd'hui",monthsTitle:"Mois",clear:"Effacer",weekStart:1,format:"dd/mm/yyyy"}}(jQuery); +console.log("foo", jQuery.fn.datepicker.dates); \ No newline at end of file -- cgit v1.1