Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update i18n_ch.calendar to 2024 #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/main/resources/calendars/i18n_ch.calendar
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<!-- http://en.wikipedia.org/wiki/Public_holidays_in_Switzerland -->
<date year="" month="1" date="1"/> <!-- New Year -->
<date year="" month="1" date="2"/> <!-- Berchtolds day -->
<date year="2012" month="4" date="6"/> <!-- Good Friday -->
<date year="2024" month="3" date="29"/> <!-- Good Friday -->
<date year="2012" month="4" date="8"/> <!-- Easter -->
<date year="2012" month="4" date="9"/> <!-- Easter Monday -->
<date year="2012" month="5" date="17"/> <!-- Ascension -->
<date year="2024" month="4" date="1"/> <!-- Easter Monday -->
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Easter monday must be after the Easter, AFAIK

<date year="2024" month="5" date="9"/> <!-- Ascension -->
<date year="2012" month="5" date="27"/> <!-- Pentecost -->
<date year="2012" month="5" date="28"/> <!-- Whitmonday -->
<date year="2024" month="5" date="20"/> <!-- Whit Monday -->
<date year="" month="08" date="01"/> <!-- Swiss National Day -->
<date year="" month="12" date="25"/> <!-- Christmas -->
<date year="" month="12" date="26"/> <!-- St.Stephens -->
Expand Down