diff --git a/modules/default/calendar/calendar.js b/modules/default/calendar/calendar.js index ea881007..2d494499 100644 --- a/modules/default/calendar/calendar.js +++ b/modules/default/calendar/calendar.js @@ -48,7 +48,8 @@ Module.register("calendar",{ return { en: "translations/en.json", de: "translations/de.json", - nl: "translations/nl.json" + nl: "translations/nl.json", + fr: "translations/fr.json" }; },