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

17
pages.zh/common/valac.md Normal file
View File

@@ -0,0 +1,17 @@
# valac
> Vala代码编译器。
> 教程: <https://wiki.gnome.org/Projects/Vala/Tutorial>。
> 更多信息: <https://valadoc.org/>。
- 编译一个vala文件使用gtk+
`valac {{path/to/file.vala}} --pkg {{gtk+-3.0}}`
- 显示帮助信息:
`valac --help`
- 显示版本信息:
`valac --version`