fix localization

This commit is contained in:
yxw
2025-12-09 19:10:10 +08:00
parent 2318dff192
commit ed2e3ecd24
9 changed files with 81 additions and 131 deletions

View File

@@ -300,7 +300,7 @@ namespace Atomx.Admin.Client.Services
private async Task SetCultureInternalAsync(string cultureFull, bool persistCookie)
{
_logger?.LogDebug("SetCultureInternalAsync start: {Culture}, persist={Persist}", cultureFull, persistCookie);
//_logger?.LogDebug("<22><><EFBFBD><EFBFBD><EFBFBD>ڲ<EFBFBD><DAB2>Ļ<EFBFBD><C4BB><EFBFBD><ECB2BD>ʼ: {Culture}, <EFBFBD>־û<EFBFBD>={Persist}", cultureFull, persistCookie);
await EnsureCultureLoadedAsync(cultureFull);
try