From b1d0827fc9016a36dfd15867d3d3c3ac6aeef8eb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:00:39 +0000 Subject: [PATCH] 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> --- src/build_template.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/build_template.py b/src/build_template.py index c0856c2..a921480 100644 --- a/src/build_template.py +++ b/src/build_template.py @@ -26,6 +26,7 @@ NRW_HOLIDAYS_2025 = [ ("2025-12-24", "Heiligabend", "NRW"), ("2025-12-25", "1. Weihnachtstag", "NRW"), ("2025-12-26", "2. Weihnachtstag", "NRW"), + ("2025-12-31", "Silvester", "NRW"), ] NRW_HOLIDAYS_2026 = [ @@ -41,6 +42,7 @@ NRW_HOLIDAYS_2026 = [ ("2026-12-24", "Heiligabend", "NRW"), ("2026-12-25", "1. Weihnachtstag", "NRW"), ("2026-12-26", "2. Weihnachtstag", "NRW"), + ("2026-12-31", "Silvester", "NRW"), ]