Expand i18n coverage

This commit is contained in:
ZacharyZcR
2026-05-23 15:18:40 +08:00
parent 9ed6cc95b6
commit 73cbe803c4
79 changed files with 2540 additions and 621 deletions
+1 -1
View File
@@ -473,7 +473,7 @@ func readDataPDU(r io.Reader) (*DataPDU, error) {
d = &FontMapDataPDU{}
case PDUTYPE2_SAVE_SESSION_INFO:
glog.Debug("SAVE_SESSION_INFO 事件触发,登录成功")
glog.Debug("SAVE_SESSION_INFO event triggered, login successful")
d = &SaveSessionInfo{}
default: