diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-05-16 12:14:05 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-05-16 12:14:05 -0400 |
commit | 9726cd72b64e9e9735cfdb5564ebef64a6dab0aa (patch) | |
tree | dd9b4d2b39be228f1e77b769e0922f4a93036ded /ui/i18n/jquery.ui.datepicker-fr-CH.js | |
parent | 2121a1008a91c03c1e28262dcf3edc9bd8e83a20 (diff) | |
download | jquery-ui-9726cd72b64e9e9735cfdb5564ebef64a6dab0aa.tar.gz jquery-ui-9726cd72b64e9e9735cfdb5564ebef64a6dab0aa.zip |
Datepicker i18n: Updated Spanish and French locales. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish.
Diffstat (limited to 'ui/i18n/jquery.ui.datepicker-fr-CH.js')
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-fr-CH.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-fr-CH.js b/ui/i18n/jquery.ui.datepicker-fr-CH.js index e574537b0..744fe1c3d 100644 --- a/ui/i18n/jquery.ui.datepicker-fr-CH.js +++ b/ui/i18n/jquery.ui.datepicker-fr-CH.js @@ -6,13 +6,13 @@ jQuery(function($){ prevText: '<Préc', nextText: 'Suiv>', currentText: 'Courant', - monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', - 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], - monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun', - 'Jul','Aoû','Sep','Oct','Nov','Déc'], - dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], - dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'], - dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'], + monthNames: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin', + 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'], + monthNamesShort: ['janv.', 'févr.', 'mars', 'avril', 'mai', 'juin', + 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'], + dayNames: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'], + dayNamesShort: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'], + dayNamesMin: ['D', 'L', 'M', 'M', 'J', 'V', 'S'], weekHeader: 'Sm', dateFormat: 'dd.mm.yy', firstDay: 1, |