feat: i18n

This commit is contained in:
meilin.huang
2024-11-20 22:43:53 +08:00
parent 74ae031853
commit 99a746085b
308 changed files with 8177 additions and 3880 deletions

View File

@@ -201,7 +201,7 @@ func GetLocalSql(file, key string) string {
}
bytes, err := metasql.ReadFile(file)
biz.ErrIsNilAppendErr(err, "获取sql meta文件内容失败: %s")
biz.ErrIsNilAppendErr(err, "failed to get the contents of the sql meta file: %s")
allSql := string(bytes)
sqls := strings.Split(allSql, "---------------------------------------")