Add Assumption Day to list of standard holidays
This commit is contained in:
parent
f04216c367
commit
ac1f279cb4
|
@ -175,10 +175,11 @@ def combine_holidays(holidays: list[Holiday]) -> list[Event]:
|
||||||
standard_name = {
|
standard_name = {
|
||||||
(1, 1): "New Year's Day",
|
(1, 1): "New Year's Day",
|
||||||
(1, 6): "Epiphany",
|
(1, 6): "Epiphany",
|
||||||
|
(5, 1): "Labour Day",
|
||||||
|
(8, 15): "Assumption Day",
|
||||||
(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…
Reference in a new issue