add new chinese translations
This commit is contained in:
21
pages.zh/common/drupal.md
Normal file
21
pages.zh/common/drupal.md
Normal 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`
|
Reference in New Issue
Block a user