Skip to content

Commit 0abbb23

Browse files
authored
Slovakia - Fix Day of the Constitution (#748)
- #747
1 parent 16ae640 commit 0abbb23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Nager.Date/HolidayProviders/SlovakiaHolidayProvider.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
7474
Date = new DateTime(year, 9, 1),
7575
EnglishName = "Day of the Constitution of the Slovak Republic",
7676
LocalName = "Deň Ústavy Slovenskej republiky",
77-
HolidayTypes = HolidayTypes.Public
77+
HolidayTypes = HolidayTypes.Observance
7878
},
7979
new HolidaySpecification
8080
{
@@ -130,7 +130,8 @@ public override IEnumerable<string> GetSources()
130130
{
131131
return
132132
[
133-
"https://en.wikipedia.org/wiki/Public_holidays_in_Slovakia"
133+
"https://en.wikipedia.org/wiki/Public_holidays_in_Slovakia",
134+
"https://mzv.sk/en/web/en/slovakia/public-holidays"
134135
];
135136
}
136137
}

0 commit comments

Comments
 (0)