drupal*, drush, dtc, du, dua, dub: add Korean translation (#14164)

This commit is contained in:
HoJeong Im
2024-10-16 16:14:11 +09:00
committed by GitHub
parent da9ac695c9
commit a6dea29cb6
7 changed files with 161 additions and 0 deletions

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

@@ -0,0 +1,21 @@
# drupal
> 상용구 코드를 생성하고, Drupal 프로젝트와 상호작용하며 디버그.
> `check`와 같은 일부 하위 명령에는 자체 사용법 문서가 존재.
> 더 많은 정보: <https://drupalconsole.com/>.
- 모듈 설치:
`drupal module:install {{모듈_이름}}`
- 모듈 삭제:
`drupal module:uninstall {{모듈_이름}}`
- 모든 캐시 지우기:
`drupal cache:rebuild`
- 현재 Drupal 설치 상태 보기:
`drupal site:status`