Add Silvester (Dec 31) as holiday for NRW 2025 and 2026

This also makes December 30 a Vortag (pre-holiday day).

Co-authored-by: Kenearos <86194771+Kenearos@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-12-12 20:00:39 +00:00
parent 1ee73105dd
commit b1d0827fc9

View file

@ -26,6 +26,7 @@ NRW_HOLIDAYS_2025 = [
("2025-12-24", "Heiligabend", "NRW"), ("2025-12-24", "Heiligabend", "NRW"),
("2025-12-25", "1. Weihnachtstag", "NRW"), ("2025-12-25", "1. Weihnachtstag", "NRW"),
("2025-12-26", "2. Weihnachtstag", "NRW"), ("2025-12-26", "2. Weihnachtstag", "NRW"),
("2025-12-31", "Silvester", "NRW"),
] ]
NRW_HOLIDAYS_2026 = [ NRW_HOLIDAYS_2026 = [
@ -41,6 +42,7 @@ NRW_HOLIDAYS_2026 = [
("2026-12-24", "Heiligabend", "NRW"), ("2026-12-24", "Heiligabend", "NRW"),
("2026-12-25", "1. Weihnachtstag", "NRW"), ("2026-12-25", "1. Weihnachtstag", "NRW"),
("2026-12-26", "2. Weihnachtstag", "NRW"), ("2026-12-26", "2. Weihnachtstag", "NRW"),
("2026-12-31", "Silvester", "NRW"),
] ]