hu*, hy*: add Korean translation (#14615)
This commit is contained in:
16
pages.ko/common/hunspell.md
Normal file
16
pages.ko/common/hunspell.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# hunspell
|
||||
|
||||
> 철자 확인.
|
||||
> 더 많은 정보: <https://github.com/hunspell/hunspell>.
|
||||
|
||||
- 파일의 철자를 확인:
|
||||
|
||||
`hunspell {{경로/대상/파일}}`
|
||||
|
||||
- en_US 사전을 사용하여 파일의 철자를 확인:
|
||||
|
||||
`hunspell -d {{en_US}} {{경로/대상/파일}}`
|
||||
|
||||
- 파일에 철자가 틀린 단어를 나열:
|
||||
|
||||
`hunspell -l {{경로/대상/파일}}`
|
Reference in New Issue
Block a user