--- a/web/data/fullcalendar.locale.js Fri Mar 02 09:57:47 2012 +0100
+++ b/web/data/fullcalendar.locale.js Fri Mar 02 15:15:20 2012 +0100
@@ -1,5 +1,8 @@
-jQuery(function($){
- $.fullCalendar.regional = function(lng, options){
+/*
+ translations for fullCalendar plugin
+ */
+
+$.fullCalendar.regional = function(lng, options){
var defaults = {'fr' : {
monthNames:
['Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
@@ -32,4 +35,4 @@
}
else {return options;};
};
-});
\ No newline at end of file
+;
\ No newline at end of file