This commit is contained in:
rejas
2021-01-02 21:08:53 +01:00
committed by veeck
parent 6de983aeb2
commit d3d64d3ca0
3 changed files with 5 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ Module.register("calendar", {
// Define required translations.
getTranslations: function () {
// The translations for the default modules are defined in the core translation files.
// Therefor we can just return false. Otherwise we should have returned a dictionary.
// Therefore we can just return false. Otherwise we should have returned a dictionary.
// If you're trying to build your own module including translations, check out the documentation.
return false;
},