[calendar] enable 2022

This commit is contained in:
Andrea 2021-12-27 11:12:59 +01:00
parent baf666b758
commit c9738648d3
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ for (let name in rawNamedays) {
module.exports.calendar = new Calendar(
[...internationalEvents, ...localEvents], // TODO , ...namedays
2021,
2021,
2022,
);