fix: i18n

This commit is contained in:
meilin.huang
2024-11-21 20:12:16 +08:00
parent 9366a76b84
commit bffa9c2676
8 changed files with 19 additions and 12 deletions

View File

@@ -200,7 +200,7 @@ func (d *Db) ExecSqlFile(rc *req.Ctx) {
})
biz.ErrIsNilAppendErr(err, "%s")
d.MsgApp.CreateAndSend(rc.GetLoginAccount(), msgdto.SuccessSysMsg(i18n.T(imsg.SqlScriptRunSuccess), fmt.Sprintf("sql脚本执行完成%s", rc.ReqParam)).WithClientId(clientId))
d.MsgApp.CreateAndSend(rc.GetLoginAccount(), msgdto.SuccessSysMsg(i18n.T(imsg.SqlScriptRunSuccess), fmt.Sprintf("execution success: %s", rc.ReqParam)).WithClientId(clientId))
}
// 数据库dump