Sha256: c172e718075e5b8220d42895214f9c2b37d9ea8376b2325b99ae25fe3ca6c718
Contents?: true
Size: 875 Bytes
Versions: 5
Compression:
Stored size: 875 Bytes
Contents
/** * French (Switzerland) translation for foundation-datepicker, language file from bootstrap-datepicker * Christoph Jossi <c.jossi@ascami.ch> * Based on * French translation for foundation-datepicker, language file from bootstrap-datepicker * Nico Mollet <nico.mollet@gmail.com> */ ;(function($){ $.fn.fdatepicker.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: ["Jan", "Fév", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Déc"], today: "Aujourd'hui", clear: "Effacer", weekStart: 1, format: "dd.mm.yyyy" }; }(jQuery));
Version data entries
5 entries across 4 versions & 2 rubygems