Skip to content

Commit

Permalink
Merge pull request #134 from heiglandreas/addBotswana
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas authored Oct 23, 2022
2 parents 2c602c8 + d2a9fb1 commit 0ce4284
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Currently these countries are available:
* Bhutan
* Bolivia
* Bosnia and Herzegovina
* Botswana

But the list is constantly extending.

Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Currently the holidays for these countries are available:
* Bhutan
* Bolivia
* Bosnia and Herzegovina
* Botswana

But the list is constantly extending.

Expand Down
22 changes: 22 additions & 0 deletions share/BW.xml
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>
2 changes: 1 addition & 1 deletion world.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ce4284

Please sign in to comment.