[calendar] enable 2022
This commit is contained in:
parent
baf666b758
commit
c9738648d3
|
@ -16,5 +16,5 @@ for (let name in rawNamedays) {
|
|||
module.exports.calendar = new Calendar(
|
||||
[...internationalEvents, ...localEvents], // TODO , ...namedays
|
||||
2021,
|
||||
2021,
|
||||
2022,
|
||||
);
|
||||
|
|
Reference in New Issue