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

20
pages.ko/common/drush.md Normal file
View File

@@ -0,0 +1,20 @@
# drush
> Drupal용 명령줄 쉘 및 스크립팅 인터페이스.
> 더 많은 정보: <https://www.drush.org>.
- "foo" 모듈 활성화:
`drush en {{foo}}`
- "foo" 모듈 비활성화:
`drush pmu {{foo}}`
- 모든 캐시 지우기:
`drush cr`
- CSS 및 JavaScript 캐시 지우기:
`drush cc css-js`