@@ -59,14 +59,14 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
59
59
new HolidaySpecification
60
60
{
61
61
Date = new DateTime ( year , 5 , 1 ) ,
62
- EnglishName = "May Day Holiday " ,
62
+ EnglishName = "Labour Day" ,
63
63
LocalName = "praznik dela" ,
64
64
HolidayTypes = HolidayTypes . Public
65
65
} ,
66
66
new HolidaySpecification
67
67
{
68
68
Date = new DateTime ( year , 5 , 2 ) ,
69
- EnglishName = "May Day Holiday " ,
69
+ EnglishName = "Labour Day" ,
70
70
LocalName = "praznik dela" ,
71
71
HolidayTypes = HolidayTypes . Public
72
72
} ,
@@ -85,6 +85,34 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
85
85
HolidayTypes = HolidayTypes . Public
86
86
} ,
87
87
new HolidaySpecification
88
+ {
89
+ Date = new DateTime ( year , 8 , 15 ) ,
90
+ EnglishName = "Unification of Prekmurje Slovenes with the Mother Nation" ,
91
+ LocalName = "združitev prekmurskih Slovencev z matičnim narodom" ,
92
+ HolidayTypes = HolidayTypes . Observance
93
+ } ,
94
+ new HolidaySpecification
95
+ {
96
+ Date = new DateTime ( year , 9 , 15 ) ,
97
+ EnglishName = "Integration of Primorska into the Homeland" ,
98
+ LocalName = "priključitev Primorske k matični domovini" ,
99
+ HolidayTypes = HolidayTypes . Observance
100
+ } ,
101
+ new HolidaySpecification
102
+ {
103
+ Date = new DateTime ( year , 9 , 23 ) ,
104
+ EnglishName = "Slovenian Sports Day" ,
105
+ LocalName = "dan slovenskega športa" ,
106
+ HolidayTypes = HolidayTypes . Observance
107
+ } ,
108
+ new HolidaySpecification
109
+ {
110
+ Date = new DateTime ( year , 9 , 25 ) ,
111
+ EnglishName = "Sovereignty Day" ,
112
+ LocalName = "dan slovenskega športa" ,
113
+ HolidayTypes = HolidayTypes . Observance
114
+ } ,
115
+ new HolidaySpecification
88
116
{
89
117
Date = new DateTime ( year , 10 , 31 ) ,
90
118
EnglishName = "Reformation Day" ,
@@ -99,6 +127,13 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
99
127
HolidayTypes = HolidayTypes . Public
100
128
} ,
101
129
new HolidaySpecification
130
+ {
131
+ Date = new DateTime ( year , 11 , 23 ) ,
132
+ EnglishName = "Rudolf Maister Day" ,
133
+ LocalName = "dan Rudolfa Maistra" ,
134
+ HolidayTypes = HolidayTypes . Observance
135
+ } ,
136
+ new HolidaySpecification
102
137
{
103
138
Date = new DateTime ( year , 12 , 25 ) ,
104
139
EnglishName = "Christmas Day" ,
@@ -114,7 +149,7 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
114
149
} ,
115
150
this . _catholicProvider . EasterSunday ( "velikonočna nedelja in ponedeljek" , year ) ,
116
151
this . _catholicProvider . EasterMonday ( "velikonočna nedelja in ponedeljek" , year ) ,
117
- this . _catholicProvider . Pentecost ( "binkoštna nedelja, binkošti " , year )
152
+ this . _catholicProvider . Pentecost ( "binkoštna nedelja" , year ) //Whit Sunday
118
153
} ;
119
154
120
155
holidaySpecifications . AddIfNotNull ( this . SolidarityDay ( year ) ) ;
@@ -143,7 +178,9 @@ public override IEnumerable<string> GetSources()
143
178
{
144
179
return
145
180
[
146
- "https://en.wikipedia.org/wiki/Public_holidays_in_Slovenia"
181
+ "https://en.wikipedia.org/wiki/Public_holidays_in_Slovenia" ,
182
+ "https://www.gov.si/en/topics/national-holidays/" ,
183
+ "https://www.gov.si/teme/drzavni-prazniki-in-dela-prosti-dnevi/"
147
184
] ;
148
185
}
149
186
}
0 commit comments