Skip to content

Commit

Permalink
Venezuela - Fix HolidayTypes (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager authored Oct 12, 2024
1 parent cef0a49 commit 945de98
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Nager.Date/HolidayProviders/VenezuelaHolidayProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
{
Date = new DateTime(year, 4, 19),
EnglishName = "Beginning of the Independence Movement",
LocalName = "Diez y nueve de abril",
HolidayTypes = HolidayTypes.Observance
LocalName = "Proclamación de la Independencia",
HolidayTypes = HolidayTypes.Public
},
new HolidaySpecification
{
Expand Down Expand Up @@ -152,9 +152,9 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
new HolidaySpecification
{
Date = new DateTime(year, 6, 24),
EnglishName = "Feast of Saint John the Baptist and the Anniversary of the Battle of Carabobo",
LocalName = "Día de San Juan Bautista y aniversario de la Batalla de Carabobo",
HolidayTypes = HolidayTypes.Observance
EnglishName = "Anniversary of the Battle of Carabobo",
LocalName = "Aniversario de la Batalla de Carabobo",
HolidayTypes = HolidayTypes.Public
},
new HolidaySpecification
{
Expand All @@ -180,9 +180,9 @@ protected override IEnumerable<HolidaySpecification> GetHolidaySpecifications(in
new HolidaySpecification
{
Date = new DateTime(year, 7, 24),
EnglishName = "Birth of the Liberator",
LocalName = "Natalicio del Libertador, Dia de la Armada Nacional",
HolidayTypes = HolidayTypes.Observance
EnglishName = "Simón Bolívar's Birthday",
LocalName = "Natalicio del Libertador Simón Bolívar",
HolidayTypes = HolidayTypes.Public
},
new HolidaySpecification
{
Expand Down

0 comments on commit 945de98

Please sign in to comment.