Skip to content

Commit

Permalink
Replaced special character with appropriate char from french day names
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghuveer Guthikonda committed Apr 18, 2014
1 parent bb9bf6d commit 4a81b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions date_fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// generated by Jörn Zaefferer using Java's java.util.SimpleDateFormat
Date.dayNames = ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'];
Date.abbrDayNames = ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'];
Date.monthNames = ['janvier', 'f�vrier', 'mars', 'avril', 'mai', 'juin', 'juillet', 'ao�t', 'septembre', 'octobre', 'novembre', 'd�cembre'];
Date.abbrMonthNames = ['janv.', 'f�vr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'ao�t', 'sept.', 'oct.', 'nov.', 'd�c.'];
Date.monthNames = ['janvier', 'février ', 'mars', 'avril', 'mai', 'juin', 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'];
Date.abbrMonthNames = ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'];

0 comments on commit 4a81b53

Please sign in to comment.