heiglandreas/holidayChecker

View on GitHub
share/fr_CA-NL.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8" ?>
<holidays xmlns="https://heigl.org/holidays"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="https://heigl.org/holidays https://heigl.org/xml/xsd/holidays.xsd"
          xmlns:xi="http://www.w3.org/2001/XInclude">
    <xi:include href="fr_CA.xml" xpointer="xpointer(*/*)">
        <xi:fallback/>
    </xi:include>
    <date day="17" month="3" free="true">Jour de la Saint-Patrick</date>
    <date day="23" month="4" free="true">Jour de St. George</date>
    <date day="24" month="6" free="true">Journée découverte</date>
    <date day="12" month="7" free="true">Fête des orangistes</date>
    <relative day="1" month="8" relation="first monday of this month" free="true">Premier lundi d'août</relative>
    <date day="11" month="11" free="true">Jour de l'Armistice</date>
</holidays>