mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

View File

@@ -0,0 +1,21 @@
# minetest
> 다중 사용자 무한 세계 블록 샌드박스.
> 같이 보기: `minetestserver`, 서버 전용 바이너리.
> 더 많은 정보: <https://wiki.minetest.org/Minetest>.
- 클라이언트 모드에서 Minetest 시작:
`minetest`
- 특정 세계를 호스팅하여 서버 모드에서 Minetest 시작:
`minetest --server --world {{이름}}`
- 로그를 특정 파일에 기록:
`minetest --logfile {{경로/대상/파일}}`
- 콘솔에 오류만 기록:
`minetest --quiet`