Skip to content

Commit

Permalink
Update file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-DS committed Nov 24, 2015
1 parent 8e54236 commit 9c66077
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 18 deletions.
20 changes: 15 additions & 5 deletions css/bootstrap-year-calendar.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
/*!
* Simple calendar for Bootstrap
/* =========================================================
* Bootstrap year calendar v1.0
* Repo: https://github.com/Paul-DS/bootstrap-year-calendar
* =========================================================
* Created by Paul David-Sivelle
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* Copyright 2015 Paul David-Sivelle
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================= */

/* Main */
.calendar {
Expand Down
15 changes: 7 additions & 8 deletions css/bootstrap-year-calendar.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions js/bootstrap-year-calendar.fr.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
/**
* French translation for bootstrap-simple-calendar
* French translation for bootstrap-year-calendar
* Paul DAVID-SIVELLE
* Based on
* French translation for bootstrap-datepicker
* Nico Mollet <[email protected]>
*/

;(function($){
$.fn.calendar.dates['fr'] = {
days: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"],
daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam", "Dim"],
daysMin: ["D", "L", "Ma", "Me", "J", "V", "S", "D"],
months: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"],
monthsShort: ["Jan", "Fév", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Déc"],
weekStart: 1,
format: "dd/mm/yyyy"
weekStart: 1
};
}(jQuery));
9 changes: 8 additions & 1 deletion js/bootstrap-year-calendar.fr.min.js
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
!function(e){e.fn.calendar.dates.fr={days:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi","Dimanche"],daysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam","Dim"],daysMin:["D","L","Ma","Me","J","V","S","D"],months:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:["Jan","Fév","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Déc"],weekStart:1,format:"dd/mm/yyyy"}}(jQuery);
/**
* French translation for bootstrap-year-calendar
* Paul DAVID-SIVELLE
* Based on
* French translation for bootstrap-datepicker
* Nico Mollet <[email protected]>
*/
!function(e){e.fn.calendar.dates.fr={days:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi","Dimanche"],daysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam","Dim"],daysMin:["D","L","Ma","Me","J","V","S","D"],months:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:["Jan","Fév","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Déc"],weekStart:1}}(jQuery);
2 changes: 1 addition & 1 deletion js/bootstrap-year-calendar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* =========================================================
* Bootstrap year calendar v1.0
* Repo: https://github.com/Paul-DS/bootstrap-simple-calendar
* Repo: https://github.com/Paul-DS/bootstrap-year-calendar
* =========================================================
* Created by Paul David-Sivelle
*
Expand Down

0 comments on commit 9c66077

Please sign in to comment.