heiglandreas/holidayChecker

View on GitHub
share/TR.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/xml/xsd/holidays.xsd"
>
    <date day="1" month="1" free="true" comment="New Year's day">Yılbaşı</date>
    <date day="23" month="4" free="true" comment="National Sovereignty and Children's Day">
        Ulusal Egemenlik ve Çocuk Bayramı
    </date>
    <date day="1" month="5" free="true" comment="Labour Day">
        Emek ve Dayanışma Günü
    </date>
    <date day="19" month="5" free="true" comment="Commemoration of Atatürk, Youth and Sports Day">
        Atatürk'ü Anma Gençlik ve Spor Bayramı
    </date>
    <date day="15" month="7" free="true" comment="Democracy and National Unity Day">
        Demokrasi ve Millî Birlik Günü
    </date>
    <date day="30" month="8" free="true" comment="Victory Day">
        Zafer Bayramı
    </date>
    <date day="28" month="10" free="true" comment="half day before Republic Day">
        Cumhuriyet Bayramı
    </date>
    <date day="29" month="10" free="true" comment="Republic Day">
        Cumhuriyet Bayramı
    </date>
    <!--date calendar="islamic" day="" month="" free="true" comment="Afternoon at End of Ramadan">
        Ramazan Bayramı or Şeker Bayramı
    </date-->
    <date calendar="islamic" day="1" month="10" free="true" comment="First day after Ramadan">
        Ramazan Bayramı or Şeker Bayramı
    </date>
    <date calendar="islamic" day="2" month="10" free="true" comment="Second day after Ramadan">
        Ramazan Bayramı or Şeker Bayramı
    </date>
    <date calendar="islamic" day="3" month="10" free="true" comment="Third day after Ramadan">
        Ramazan Bayramı or Şeker Bayramı
    </date>
    <date calendar="islamic" day="10" month="12" free="true" comment="First day of Sacrifice Feast">
        Kurban Bayramı
    </date>
    <date calendar="islamic" day="11" month="12" free="true" comment="Second day of Sacrifice Feast">
        Kurban Bayramı
    </date>
    <date calendar="islamic" day="12" month="12" free="true" comment="Third day of Sacrifice Feast">
        Kurban Bayramı
    </date>
    <!-- Resource: https://en.wikipedia.org/wiki/Public_holidays_in_Turkey -->
</holidays>