Skip to content

Instantly share code, notes, and snippets.

@revolunet
Created January 19, 2012 13:14
Show Gist options
  • Select an option

  • Save revolunet/1640007 to your computer and use it in GitHub Desktop.

Select an option

Save revolunet/1640007 to your computer and use it in GitHub Desktop.
French localisation for datepicker.js
// localisation FR for http://www.eyecon.ro/datepicker
locale: {
days: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"],
daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam", "Dim"],
daysMin: ["Di", "Lu", "Ma", "Me", "Je", "Ve", "Sa", "Di"],
months: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"],
monthsShort: ["Jan", "Fev", "Mar", "Avr", "Mai", "Jun", "Jul", "Aut", "Sep", "Oct", "Nov", "Dec"],
weekMin: 'sem'
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment