localize time zone names

This commit is contained in:
sbwalker
2025-07-23 14:52:18 -04:00
parent 190d973b77
commit 962488fd34
8 changed files with 204 additions and 7 deletions

View File

@ -53,6 +53,7 @@ namespace Microsoft.Extensions.DependencyInjection
services.AddScoped<ISyncService, SyncService>();
services.AddScoped<ILocalizationCookieService, LocalizationCookieService>();
services.AddScoped<ICookieConsentService, CookieConsentService>();
services.AddScoped<ITimeZoneService, TimeZoneService>();
services.AddScoped<IOutputCacheService, OutputCacheService>();
// providers