Skip to content

Commit

Permalink
Localization.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZWR committed Nov 5, 2024
1 parent 1e97402 commit 7f8f841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void Dispose()
private void OnLogin()
{
if (VersionHelper.IsTesting)
_chatService.PrintInChat($"You are running testing version of Customize+! Some features like integration with other plugins might not function correctly.",
_chatService.PrintInChat($"您正在运行 Customize+ 的测试版!某些功能(例如与其他插件的集成),可能无法正常工作。",
ChatService.ChatMessageColor.Warning);
}
}
4 changes: 2 additions & 2 deletions CustomizePlus/UI/Windows/Controls/PluginStateBlock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public void Draw(float yPos)
else if(VersionHelper.IsTesting)
{
severity = PluginStateSeverity.Warning;
message = $"You are running testing version of Customize+, hover for more information.";
hoverInfo = "This is a testing build of Customize+. Some features like integration with other plugins might not function correctly.";
message = $"您正在运行 Customize+ 的测试版,鼠标悬停查看更多信息。";
hoverInfo = "这是 Customize+ 的测试版本。某些功能(例如与其他插件的集成),可能无法正常工作。";
}

if (message != null)
Expand Down

0 comments on commit 7f8f841

Please sign in to comment.