Notable days improvement (global days, recent days)

This commit is contained in:
2025-12-24 23:32:14 +08:00
parent 7811545726
commit 1b45be225a
3 changed files with 193 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ public class NotableDay
public Instant Date { get; set; }
public string? LocalName { get; set; }
public string? GlobalName { get; set; }
public string? LocalizableKey { get; set; }
public string? CountryCode { get; set; }
public NotableHolidayType[] Holidays { get; set; } = [];