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

21
pages.zh/common/drupal.md Normal file
View File

@@ -0,0 +1,21 @@
# drupal
> 生成基础代码与Drupal项目交互并调试。
> 一些子命令,如`check`,有其自己的使用文档。
> 更多信息:<https://drupalconsole.com/>。
- 安装模块:
`drupal module:install {{module_name}}`
- 卸载模块:
`drupal module:uninstall {{module_name}}`
- 清除所有缓存:
`drupal cache:rebuild`
- 查看当前Drupal安装状态
`drupal site:status`