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

20
pages.ko/common/mg.md Normal file
View File

@@ -0,0 +1,20 @@
# mg
> 작고 빠르며 이식성이 뛰어난 `emacs` 기반 텍스트 편집기.
> 더 많은 정보: <https://github.com/hboetes/mg>.
- 파일을 열어 편집:
`mg {{경로/대상/파일}}`
- 지정된 줄 번호에서 파일 열기:
`mg +{{줄_번호}} {{경로/대상/파일}}`
- 읽기 전용 모드로 파일 열기:
`mg -R {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 편집 시 `~` 백업 파일 비활성화:
`mg -n {{경로/대상/파일}}`