heiglandreas/holidayChecker

View on GitHub
share/fr_CA-QC.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>
    <relative day="25" month="5" relation="previous monday" free="true">Journée nationale des patriotes</relative>
    <date day="24" month="6" free="true">Fête nationale du Québec</date>
    <relative day="1" month="10" relation="second monday of this month" free="true">Action de grâce</relative>
</holidays>