multiple pages: add korean translation (#3548)

This commit is contained in:
lch7167
2019-11-13 06:17:52 +09:00
committed by Starbeamrainbowlabs
parent 5b34319212
commit a451d973e8
23 changed files with 536 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# basename
> 경로명의 디렉토리가 아닌 부분을 반환.
- 경로에서 파일 이름만 표시:
`basename {{path/to/file}}`
- 경로에서 접미사가 제거된 파일 이름만 표시:
`basename {{path/to/file}} {{suffix}}`