mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Add NL translation & Convert config property to lowercase.
This commit is contained in:
@@ -45,7 +45,8 @@ Module.register("calendar",{
|
||||
getTranslations: function() {
|
||||
return {
|
||||
en: "translations/en.json",
|
||||
de: "translations/de.json"
|
||||
de: "translations/de.json",
|
||||
nl: "translations/nl.json"
|
||||
};
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user