Add NL translation & Convert config property to lowercase.

This commit is contained in:
Michael Teeuw
2016-04-21 09:01:53 +02:00
parent 44c1266a8c
commit 6f615b8202
3 changed files with 10 additions and 2 deletions

View File

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