完善语言文件的生成

This commit is contained in:
yxw
2025-12-14 18:27:21 +08:00
parent 54e9c7962d
commit 9edff983d8
36 changed files with 382 additions and 568 deletions

View File

@@ -24,7 +24,7 @@ namespace Atomx.Admin.Client.Services
var value = _provider.GetString(name);
if (value == null)
{
// Avoid synchronous blocking during server prerender. Start background load and return key.
// 避免在服务端 prerender 阶段进行同步阻塞。以后台方式启动加载并返回 key
try
{
_ = _provider.LoadCultureAsync(_provider.CurrentCulture);