mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-01 05:23:25 +00:00
Update calendar.js
add fr translation for calendar
This commit is contained in:
parent
744f9316a9
commit
2e5a5812a9
@ -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"
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user