mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Update calendar.js
add fr translation for calendar
This commit is contained in:
@@ -48,7 +48,8 @@ Module.register("calendar",{
|
|||||||
return {
|
return {
|
||||||
en: "translations/en.json",
|
en: "translations/en.json",
|
||||||
de: "translations/de.json",
|
de: "translations/de.json",
|
||||||
nl: "translations/nl.json"
|
nl: "translations/nl.json",
|
||||||
|
fr: "translations/fr.json"
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user