-
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 #163 from heiglandreas/addCostaRica
- 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_Costa_Rica" lastChecked="2023-08-05">Wikipedia</resource> | ||
</resources> | ||
<date day="1" month="1" free="true" comment="New Year's Day">Año Nuevo</date> | ||
<easter offset="-3" free="true" comment="Maundy Thursday">Jueves Santo</easter> | ||
<easter offset="-2" free="true" comment="Good Friday">Viernes Santo</easter> | ||
<date day="11" month="4" free="true" comment="Juan Santamaría Day">Día de Juan Santamaría</date> | ||
<date day="1" month="5" free="true" comment="Labour Day">Día Internacional del Trabajo</date> | ||
<date day="25" month="7" free="true" comment="Annexation of the Party of Nicoya to Costa Rica">Anexión del Partido de Nicoya a Costa Rica</date> | ||
<date day="2" month="8" free="true" comment="Feat of our Lady of the Angels">Fiesta de Nuestra Señora de los Ángeles</date> | ||
<date day="15" month="8" free="true" comment="Mothers Day">Día de la Madre</date> | ||
<date day="24" month="8" free="true" comment="National Parks Day">Día de los Parques Nacionales</date> | ||
<date day="9" month="9" free="true">Día del Niño</date> | ||
<date day="13" month="9" free="true" comment="Independence Day">Día de la Independencia</date> | ||
<date day="1" month="12" free="true" comment="Army Abolition Day">Día de la Abolición del Ejército</date> | ||
<date day="25" month="12" free="true" comment="Christmas Day">Navidad</date> | ||
</holidays> |