MagicMirror-Module-Template icon indicating copy to clipboard operation
MagicMirror-Module-Template copied to clipboard

Create fr.json

Open laventin85 opened this issue 5 years ago • 1 comments

Add translation French File

laventin85 avatar Apr 19 '20 18:04 laventin85

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

goldyfruit avatar Oct 21 '20 12:10 goldyfruit