[Blazor] Add localization.

This commit is contained in:
2025-07-27 17:19:25 +01:00
parent 396ee08030
commit a551e2474d
12 changed files with 568 additions and 73 deletions

View File

@@ -1,8 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft": "Debug",
"Microsoft.Extensions.Localization": "Debug"
}
},
"CircuitOptions": {