MagicMirror-Module-Template
MagicMirror-Module-Template copied to clipboard
Create fr.json
Add translation French File
You are missing the import.
getTranslations: function() {
//FIXME: This can be load a one file javascript definition
return {
en: "translations/en.json",
es: "translations/es.json",
fr: "translations/fr.json"
};
},