1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/msgunfmt.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

12 lines
354 B
Markdown

# msgunfmt
> 바이너리 형식에서 메시지 카탈로그를 디컴파일.
> 더 많은 정보: <https://www.gnu.org/software/gettext/manual/html_node/msgunfmt-Invocation.html>.
- 출력 변환:
`msgunfmt {{경로/대상/파일.mo}}`
- `.mo` 파일을 `.po` 파일로 변환:
`msgunfmt {{경로/대상/파일.mo}} > {{경로/대상/파일.po}}`