From 2e5a5812a9194ddc0e3e68e233e5d9d02f126e03 Mon Sep 17 00:00:00 2001 From: Daniel nix Date: Tue, 3 May 2016 17:04:45 +0200 Subject: [PATCH] Update calendar.js add fr translation for calendar --- modules/default/calendar/calendar.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }; },