Feature: Some Language will be set automatically

This commit is contained in:
Somebody
2024-08-26 13:05:20 +08:00
parent a9c2c77687
commit 47f181aeac
23 changed files with 77 additions and 109 deletions

View File

@@ -211,7 +211,7 @@ public class EntryPoint
var elapsed = DateTime.Now - time;
Logger.Info(I18NManager.Translate("Server.ServerInfo.ServerStarted",
elapsed.TotalSeconds.ToString(CultureInfo.InvariantCulture)[..4]));
Math.Round(elapsed.TotalSeconds, 2).ToString(CultureInfo.InvariantCulture)));
GenerateLogMap();