Skip to content

Commit

Permalink
Update Switzerland l10n files generation
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed May 31, 2024
1 parent 4141ed0 commit 039be0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions holidays/countries/switzerland.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,10 @@ def _populate_subdiv_lu_public_holidays(self):
self._add_christmas_day_two(tr("Stephanstag"))

def _populate_subdiv_ne_public_holidays(self):
# Jan 2 is public holiday only when it falls on Monday.
self._add_observed(self._add_new_years_day_two(tr("Berchtoldstag")), rule=MON_ONLY)
self._add_observed(
self._add_new_years_day_two(tr("Berchtoldstag")),
rule=MON_ONLY, # Jan 2 is public holiday only when it falls on Monday.
)

# Republic Day.
self._add_holiday_mar_1(tr("Jahrestag der Ausrufung der Republik"))
Expand Down

0 comments on commit 039be0d

Please sign in to comment.