Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Ahmedlag/ebe726ead4537b08148551883d36e77f to your computer and use it in GitHub Desktop.

Select an option

Save Ahmedlag/ebe726ead4537b08148551883d36e77f to your computer and use it in GitHub Desktop.

Revisions

  1. Ahmedlag revised this gist Mar 24, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion MaterializeCSS datepicker in french
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@ $('.datepicker').pickadate({
    monthsShort: [ 'Jan', 'Fev', 'Mar', 'Avr', 'Mai', 'Jun', 'Jul', 'Aou', 'Sep', 'Oct', 'Nov', 'Dec' ],
    weekdaysFull: [ 'Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi' ],
    weekdaysShort: [ 'Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam' ],
    weekdaysLetter: [ 'D', 'S', 'T', 'Q', 'Q', 'S', 'S' ],
    weekdaysLetter: [ 'D', 'L', 'M', 'M', 'J', 'V', 'S' ],
    today: 'Aujourd\'hui',
    clear: 'Réinitialiser',
    close: 'Fermer',
  2. @flistefliste flistefliste revised this gist Feb 8, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion MaterializeCSS datepicker in french
    Original file line number Diff line number Diff line change
    @@ -15,4 +15,4 @@ $('.datepicker').pickadate({
    close: 'Fermer',
    format: 'dd/mm/yyyy'

    });
    });
  3. @flistefliste flistefliste created this gist Feb 8, 2016.
    18 changes: 18 additions & 0 deletions MaterializeCSS datepicker in french
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    $('.datepicker').pickadate({
    selectMonths: true, // Creates a dropdown to control month
    selectYears: 2, // Creates a dropdown of 15 years to control year
    labelMonthNext: 'Mois suivant',
    labelMonthPrev: 'Mois précédent',
    labelMonthSelect: 'Selectionner le mois',
    labelYearSelect: 'Selectionner une année',
    monthsFull: [ 'Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre' ],
    monthsShort: [ 'Jan', 'Fev', 'Mar', 'Avr', 'Mai', 'Jun', 'Jul', 'Aou', 'Sep', 'Oct', 'Nov', 'Dec' ],
    weekdaysFull: [ 'Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi' ],
    weekdaysShort: [ 'Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam' ],
    weekdaysLetter: [ 'D', 'S', 'T', 'Q', 'Q', 'S', 'S' ],
    today: 'Aujourd\'hui',
    clear: 'Réinitialiser',
    close: 'Fermer',
    format: 'dd/mm/yyyy'

    });