-
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 #134 from heiglandreas/addBotswana
- Loading branch information
Showing
4 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
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,22 @@ | ||
<?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_Botswana" lastChecked="2022-10-23">Wikipedia</resource> | ||
</resources> | ||
<date day="1" month="1" free="true">New Year's Day</date> | ||
<date day="2" month="1" free="true">New Year's Day</date> | ||
<easter offset="-2" free="true">Good Friday</easter> | ||
<easter offset="1" free="true">Easter Monday</easter> | ||
<date day="1" month="5" free="true">Labour Day</date> | ||
<easter offset="40" free="true">Ascension Day</easter> | ||
<date day="1" month="7" free="true">Sir Seretse Khama Day</date> | ||
<relative day="1" month="7" relation="third monday of july" free="true">Presidents' Day</relative> | ||
<date day="30" month="9" free="true">Botswana Day</date> | ||
<date day="1" month="10" free="true">Botswana Day Holiday</date> | ||
<date day="25" month="12" free="true">Christmas Day</date> | ||
<date day="26" month="12" free="true">Boxing Day</date> | ||
</holidays> |