🐛 The compile error has been fixed by ChatGPT which I dont know how did it made it
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user