Created
January 19, 2012 13:14
-
-
Save revolunet/1640007 to your computer and use it in GitHub Desktop.
French localisation for datepicker.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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