add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,21 @@
# mh_lint
> 尝试在 MATLAB 或 Octave 代码中查找错误。
> 请注意,该工具既不全面也不完善。
> 更多信息:<https://misshit.org>。
- 检查当前目录:
`mh_lint`
- 递归检查特定目录:
`mh_lint {{path/to/directory}}`
- 检查 MATLAB 文件:
`mh_lint {{path/to/file.m}}`
- 检查 Octave 文件:
`mh_lint --octave {{path/to/file.m}}`