🐛 The compile error has been fixed by ChatGPT which I dont know how did it made it

This commit is contained in:
2025-05-19 21:56:06 +08:00
parent 99f5d931c3
commit 793043aba2
3 changed files with 113 additions and 105 deletions

View File

@ -63,8 +63,8 @@ builder.Services.Configure<RequestLocalizationOptions>(options =>
{
var supportedCultures = new[]
{
new CultureInfo("en-us"),
new CultureInfo("zh-hans"),
new CultureInfo("en-US"),
new CultureInfo("zh-Hans"),
};
options.SupportedCultures = supportedCultures;