@@ -118,8 +118,8 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
118
118
{
119
119
Date = new DateTime ( year , 4 , 19 ) ,
120
120
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
123
123
} ,
124
124
new HolidaySpecification
125
125
{
@@ -152,9 +152,9 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
152
152
new HolidaySpecification
153
153
{
154
154
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
158
158
} ,
159
159
new HolidaySpecification
160
160
{
@@ -180,9 +180,9 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
180
180
new HolidaySpecification
181
181
{
182
182
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
186
186
} ,
187
187
new HolidaySpecification
188
188
{
0 commit comments