mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
354 B
354 B
msgunfmt
바이너리 형식에서 메시지 카탈로그를 디컴파일. 더 많은 정보: https://www.gnu.org/software/gettext/manual/html_node/msgunfmt-Invocation.html.
- 출력 변환:
msgunfmt {{경로/대상/파일.mo}}
.mo
파일을.po
파일로 변환:
msgunfmt {{경로/대상/파일.mo}} > {{경로/대상/파일.po}}