1st May is Labour Day
This commit is contained in:
parent
7c54fdfe09
commit
88f4a9c4ec
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ def combine_holidays(holidays: list[Holiday]) -> list[Event]:
|
||||||
(12, 8): "Immaculate conception",
|
(12, 8): "Immaculate conception",
|
||||||
(12, 25): "Christmas Day",
|
(12, 25): "Christmas Day",
|
||||||
(12, 26): "Boxing Day",
|
(12, 26): "Boxing Day",
|
||||||
|
(5, 1): "Labour Day",
|
||||||
}
|
}
|
||||||
|
|
||||||
combined: collections.defaultdict[
|
combined: collections.defaultdict[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue