Skip to content

Commit 3a53c32

Browse files
committedFeb 7, 2025
Add mapping for Philippines Holiday Provider
1 parent 3b20592 commit 3a53c32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/Nager.Date/HolidaySystem.cs

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public static class HolidaySystem
114114
{ CountryCode.PA, new Lazy<IHolidayProvider>(() => new PanamaHolidayProvider(_catholicProvider))},
115115
{ CountryCode.PE, new Lazy<IHolidayProvider>(() => new PeruHolidayProvider(_catholicProvider))},
116116
{ CountryCode.PG, new Lazy<IHolidayProvider>(() => new PapuaNewGuineaHolidayProvider(_catholicProvider))},
117+
{ CountryCode.PH, new Lazy<IHolidayProvider>(() => new PhilippinesHolidayProvider(_catholicProvider))},
117118
{ CountryCode.PL, new Lazy<IHolidayProvider>(() => new PolandHolidayProvider(_catholicProvider))},
118119
{ CountryCode.PR, new Lazy<IHolidayProvider>(() => new PuertoRicoHolidayProvider(_catholicProvider))},
119120
{ CountryCode.PT, new Lazy<IHolidayProvider>(() => new PortugalHolidayProvider(_catholicProvider))},

0 commit comments

Comments
 (0)
Failed to load comments.