-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #167 from heiglandreas/addCzechRepublic
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<holidays xmlns="https://heigl.org/holidays" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="holidays.xsd https://heigl.org/xml/xsd/holidays.xsd" | ||
xmlns:xi="http://www.w3.org/2001/XInclude" | ||
> | ||
<resources> | ||
<resource href="https://en.wikipedia.org/wiki/Public_holidays_in_the_Czech_Republic" lastChecked="2023-08-05">Wikipedia</resource> | ||
</resources> | ||
<date day="1" month="1" free="true" comment="Restoration Day of the Independent Czech State, New Year's Day">Den obnovy samostatného českého státu; Nový rok</date> | ||
<easter offset="-2" free="true" comment="Good Friday">Velký pátek</easter> | ||
<easter offset="1" free="true" comment="Easter Monday">Velikonoční pondělí</easter> | ||
<date day="1" month="5" free="true" comment="Labour Day">Svátek práce</date> | ||
<date day="8" month="5" free="true" comment="Victory Day">Den vítězství</date> | ||
<date day="5" month="7" free="true" comment="Saints Cyril and Methodius Day">Den slovanských věrozvěstů Cyrila a Metoděje</date> | ||
<date day="6" month="7" free="true" comment="Jan Hus Day">Den upálení mistra Jana Husa</date> | ||
<date day="28" month="9" free="true" comment="Statehood Day">Den české státnosti</date> | ||
<date day="28" month="10" free="true" comment="Independent Czechoslovak State Day">Den vzniku samostatného československého státu</date> | ||
<date day="17" month="11" free="true" comment="Struggle for Freedom and Democracy Day">Den boje za svobodu a demokracii</date> | ||
<date day="24" month="12" free="true" comment="CHristmas Eve">Štědrý den</date> | ||
<date day="25" month="12" free="true" comment="Christmas Day">1. svátek vánoční</date> | ||
<date day="26" month="12" free="true" comment="St. Stephen's Day">2. svátek vánoční</date> | ||
</holidays> |