hu*, hy*: add Korean translation (#14615)

This commit is contained in:
HoJeong Im
2024-11-05 14:14:07 +09:00
committed by GitHub
parent 251998dfc2
commit 25418c66af
7 changed files with 203 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# hunspell
> 철자 확인.
> 더 많은 정보: <https://github.com/hunspell/hunspell>.
- 파일의 철자를 확인:
`hunspell {{경로/대상/파일}}`
- en_US 사전을 사용하여 파일의 철자를 확인:
`hunspell -d {{en_US}} {{경로/대상/파일}}`
- 파일에 철자가 틀린 단어를 나열:
`hunspell -l {{경로/대상/파일}}`