merge mutiple pages(cmake to command) : Add Korean Translation (#3595)

* korean translation

cmake
cmark
cmp
code
coffee
column
comm
command

* update some words

* update

* update cmake.md

delete \n

* change whitespace
This commit is contained in:
JJByun
2019-11-23 00:25:18 +09:00
committed by Proscream
parent 3b31dfcc59
commit 61f5b84720
8 changed files with 146 additions and 0 deletions

24
pages.ko/common/code.md Normal file
View File

@@ -0,0 +1,24 @@
# code
> 비주얼 스튜디오 코드.
> 더 많은 정보: <https://github.com/microsoft/vscode>.
- VS Code 열기:
`code`
- 현재 디렉토리에서 VS Code 열기:
`code .`
- 파일이나 디렉토리에서 VS Code 열기:
`code {{경로/파일_혹은_디렉토리}}`
- 현재 열려 있는 VS 코드 창에서 파일 또는 디렉토리를 열기:
`code --reuse-window {{경로/파일_혹은_디렉토리}}`
- 두 개의 VS Code 파일 비교:
`code -d {{파일1}} {{파일2}}`