Skip to content

Commit 945de98

Browse files
authored
Venezuela - Fix HolidayTypes (#706)
#705
1 parent cef0a49 commit 945de98

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Nager.Date/HolidayProviders/VenezuelaHolidayProvider.cs

+8-8
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
118118
{
119119
Date = new DateTime(year, 4, 19),
120120
EnglishName = "Beginning of the Independence Movement",
121-
LocalName = "Diez y nueve de abril",
122-
HolidayTypes = HolidayTypes.Observance
121+
LocalName = "Proclamación de la Independencia",
122+
HolidayTypes = HolidayTypes.Public
123123
},
124124
new HolidaySpecification
125125
{
@@ -152,9 +152,9 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
152152
new HolidaySpecification
153153
{
154154
Date = new DateTime(year, 6, 24),
155-
EnglishName = "Feast of Saint John the Baptist and the Anniversary of the Battle of Carabobo",
156-
LocalName = "Día de San Juan Bautista y aniversario de la Batalla de Carabobo",
157-
HolidayTypes = HolidayTypes.Observance
155+
EnglishName = "Anniversary of the Battle of Carabobo",
156+
LocalName = "Aniversario de la Batalla de Carabobo",
157+
HolidayTypes = HolidayTypes.Public
158158
},
159159
new HolidaySpecification
160160
{
@@ -180,9 +180,9 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
180180
new HolidaySpecification
181181
{
182182
Date = new DateTime(year, 7, 24),
183-
EnglishName = "Birth of the Liberator",
184-
LocalName = "Natalicio del Libertador, Dia de la Armada Nacional",
185-
HolidayTypes = HolidayTypes.Observance
183+
EnglishName = "Simón Bolívar's Birthday",
184+
LocalName = "Natalicio del Libertador Simón Bolívar",
185+
HolidayTypes = HolidayTypes.Public
186186
},
187187
new HolidaySpecification
188188
{

0 commit comments

Comments
 (0)