We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48b18b commit 02c37d3Copy full SHA for 02c37d3
ui/i18n/datepicker-fr.js
@@ -21,7 +21,7 @@ datepicker.regional['fr'] = {
21
currentText: 'Aujourd\'hui',
22
monthNames: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin',
23
'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'],
24
- monthNamesShort: ['janv.', 'févr.', 'mars', 'avril', 'mai', 'juin',
+ monthNamesShort: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin',
25
'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'],
26
dayNames: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'],
27
dayNamesShort: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'],
0 commit comments