diff options
| author | Jocelyn Delalande <jocelyn@crapouillou.net> | 2017-02-04 10:10:32 +0100 |
|---|---|---|
| committer | Jocelyn Delalande <jocelyn@crapouillou.net> | 2017-02-07 15:38:18 +0100 |
| commit | 0aafbcc0b396aebfe1cd98ceea451b239c6c397c (patch) | |
| tree | 1bdf44a301a92c681eb66da82055d7a34e1ad6bf /budget/static/js/locales/bootstrap-datepicker.fr.min.js | |
| parent | fe39258630e55d4a3e1297a01a1c8fd39bad3a4e (diff) | |
| download | ihatemoney-mirror-0aafbcc0b396aebfe1cd98ceea451b239c6c397c.zip ihatemoney-mirror-0aafbcc0b396aebfe1cd98ceea451b239c6c397c.tar.gz ihatemoney-mirror-0aafbcc0b396aebfe1cd98ceea451b239c6c397c.tar.bz2 | |
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
Diffstat (limited to 'budget/static/js/locales/bootstrap-datepicker.fr.min.js')
| -rw-r--r-- | budget/static/js/locales/bootstrap-datepicker.fr.min.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
