Skip to content

Commit

Permalink
feat: add missing holidays to ch-ur
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny1291 committed Jan 28, 2024
1 parent 66f440e commit 4e66dcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Countries/Switzerland.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,16 @@ public function regionalHolidays(int $year): array
self::SAINT_STEPHENS_DAY,
],
'ch-ur' => [
self::THREE_KINGS_DAY,
self::SAINT_JOSEPHS_DAY,
self::GOOD_FRIDAY,
self::EASTER_MONDAY,
self::WHIT_MONDAY,
self::CORPUS_CHRISTI,
self::ASSUMPTION_DAY,
self::ALL_SAINTS_DAY,
self::IMMACULATE_CONCEPTION,
self::SAINT_STEPHENS_DAY
],
'ch-vd' => [
self::BERCHTOLDS_DAY,
Expand Down

0 comments on commit 4e66dcb

Please sign in to comment.