Update calendar.js

add fr translation for calendar
This commit is contained in:
Daniel nix 2016-05-03 17:04:45 +02:00
parent 744f9316a9
commit 2e5a5812a9

View File

@ -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"
};
},