Skip to content

Commit

Permalink
Slovakia - Fix Day of the Constitution (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager authored Jan 16, 2025
1 parent 16ae640 commit 0abbb23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Nager.Date/HolidayProviders/SlovakiaHolidayProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
Date = new DateTime(year, 9, 1),
EnglishName = "Day of the Constitution of the Slovak Republic",
LocalName = "Deň Ústavy Slovenskej republiky",
HolidayTypes = HolidayTypes.Public
HolidayTypes = HolidayTypes.Observance
},
new HolidaySpecification
{
Expand Down Expand Up @@ -130,7 +130,8 @@ public override IEnumerable<string> GetSources()
{
return
[
"https://en.wikipedia.org/wiki/Public_holidays_in_Slovakia"
"https://en.wikipedia.org/wiki/Public_holidays_in_Slovakia",
"https://mzv.sk/en/web/en/slovakia/public-holidays"
];
}
}
Expand Down

0 comments on commit 0abbb23

Please sign in to comment.