diff --git a/public/javascripts/calendar_date_select/locale/fr.js b/public/javascripts/calendar_date_select/locale/fr.js new file mode 100644 index 0000000..3e0ebf1 --- /dev/null +++ b/public/javascripts/calendar_date_select/locale/fr.js @@ -0,0 +1,11 @@ + +Date.weekdays = $w("lun mar mer jeu ven sam dim"); +Date.months = $w("janvier février mars avril mai juin juillet août septembre octobre novembre décembre"); + +Date.first_day_of_week = 1 + +_translations = { + "OK": "OK", + "Now": "maintenant", + "Today": "aujourd'hui" +} -- libgit2 0.21.2