Sha256: 1709a5fce18b910f5fd3b6eed9b030a77e12c4b21e559c70ae4451e36909aa5a
Contents?: true
Size: 701 Bytes
Versions: 2
Compression:
Stored size: 701 Bytes
Contents
/** * French translation for bootstrap-datepicker * Nico Mollet <nico.mollet@gmail.com> */ ;(function($){ $.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", clear: "Effacer", weekStart: 1, format: "dd/mm/yyyy" }; }(jQuery));
Version data entries
2 entries across 2 versions & 1 rubygems