Skip to content

Commit

Permalink
Add Andorra Holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Oct 13, 2022
1 parent e265159 commit 0b2f9a4
Show file tree
Hide file tree
Showing 10 changed files with 114 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -97,6 +97,7 @@ Currently these countries are available:
* Afghanistan (english)
* Albania (Albanian)
* Algeria (English)
* Andorra (all parishes)

But the list is constantly extending.

Expand Down
13 changes: 13 additions & 0 deletions share/AD-canillo.xml
@@ -0,0 +1,13 @@
<?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"
>
<xi:include href="AD.xml" parse="xml" xpointer="xpointer(*/*)">
<xi:fallback></xi:fallback>
</xi:include>
<date day="21" month="7" free="true">Canillo Annual Festival</date>
<date day="22" month="7" free="true">Canillo Annual Festival</date>
<date day="23" month="7" free="true">Canillo Annual Festival</date>
</holidays>
12 changes: 12 additions & 0 deletions share/AD-encamp.xml
@@ -0,0 +1,12 @@
<?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"
>
<xi:include href="AD.xml" parse="xml" xpointer="xpointer(*/*)">
<xi:fallback></xi:fallback>
</xi:include>
<date day="15" month="8" free="true">Encamp Annual Festival</date>
<date day="16" month="8" free="true">Encamp Annual Festival</date>
</holidays>
12 changes: 12 additions & 0 deletions share/AD-escaldesEngordany.xml
@@ -0,0 +1,12 @@
<?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"
>
<xi:include href="AD.xml" parse="xml" xpointer="xpointer(*/*)">
<xi:fallback></xi:fallback>
</xi:include>
<date day="25" month="7" free="true">Escaldes–Engordany Annual Festival</date>
<date day="26" month="7" free="true">Escaldes–Engordany Annual Festival</date>
</holidays>
12 changes: 12 additions & 0 deletions share/AD-laMassana.xml
@@ -0,0 +1,12 @@
<?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"
>
<xi:include href="AD.xml" parse="xml" xpointer="xpointer(*/*)">
<xi:fallback></xi:fallback>
</xi:include>
<date day="15" month="8" free="true">La Massana Annual Festival</date>
<date day="16" month="8" free="true">La Massana Annual Festival</date>
</holidays>
13 changes: 13 additions & 0 deletions share/AD-laVella.xml
@@ -0,0 +1,13 @@
<?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"
>
<xi:include href="AD.xml" parse="xml" xpointer="xpointer(*/*)">
<xi:fallback></xi:fallback>
</xi:include>
<date day="4" month="8" free="true">Andorra la Vella Annual Festival</date>
<date day="5" month="8" free="true">Andorra la Vella Annual Festival</date>
<date day="6" month="8" free="true">Andorra la Vella Annual Festival</date>
</holidays>
12 changes: 12 additions & 0 deletions share/AD-ordino.xml
@@ -0,0 +1,12 @@
<?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"
>
<xi:include href="AD.xml" parse="xml" xpointer="xpointer(*/*)">
<xi:fallback></xi:fallback>
</xi:include>
<date day="15" month="8" free="true">Ordino Annual Festival</date>
<date day="16" month="8" free="true">Ordino Annual Festival</date>
</holidays>
14 changes: 14 additions & 0 deletions share/AD-santJuliaDeLoria.xml
@@ -0,0 +1,14 @@
<?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"
>
<xi:include href="AD.xml" parse="xml" xpointer="xpointer(*/*)">
<xi:fallback></xi:fallback>
</xi:include>
<date day="27" month="7" free="true">Sant Julià de Lòria Annual Festival</date>
<date day="28" month="7" free="true">Sant Julià de Lòria Annual Festival</date>
<date day="29" month="7" free="true">Sant Julià de Lòria Annual Festival</date>
<date day="30" month="7" free="true">Sant Julià de Lòria Annual Festival</date>
</holidays>
24 changes: 24 additions & 0 deletions share/AD.xml
@@ -0,0 +1,24 @@
<?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_Andorra" lastChecked="2022-10-12">Wikipedia</resource>
</resources>
<date day="1" month="1" free="true" comment="New Years Day">Any nou</date>
<date day="6" month="1" free="true" comment="Epiphany">Reis</date>
<easter offset="-50" free="true" comment="Carnival">Carnaval</easter>
<date day="14" month="3" free="true" comment="Constitution Day">Dia de la Constitució</date>
<easter offset="-2" free="true" comment="Good Friday">Divendres Sant</easter>
<easter offset="1" free="true" comment="Easter Monday">Dilluns de Pasqua</easter>
<date day="1" month="5" free="true" comment="Labour Day">Festa del Treball</date>
<easter offset="50" free="true" comment="Whit Monday">Dilluns de Pentecosta</easter>
<date day="15" month="8" free="true" comment="Assumption Day">Assumpció</date>
<date day="8" month="9" free="true" comment="National Day">Mare de Déu de Meritxell</date>
<date day="1" month="11" free="true" comment="All Saints">Tots Sants</date>
<date day="8" month="12" free="true" comment="Immaculate Conception">Immaculada Concepció</date>
<date day="25" month="12" free="true" comment="Christmas Day">Nadal</date>
<date day="26" month="12" free="true" comment="Saint Stephen's Day">Sant Esteve</date>
</holidays>
2 changes: 1 addition & 1 deletion world.svg
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 0b2f9a4

Please sign in to comment.