2025-03-14 21:59:59 -06:00
|
|
|
# msgunfmt
|
|
|
|
|
|
|
|
|
|
> Decompile message catalog from the binary format.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://www.gnu.org/software/gettext/manual/gettext.html#msgunfmt-Invocation>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Output conversion:
|
|
|
|
|
|
|
|
|
|
`msgunfmt {{path/to/file.mo}}`
|
|
|
|
|
|
|
|
|
|
- Convert a `.mo` file to a `.po` file:
|
|
|
|
|
|
|
|
|
|
`msgunfmt {{path/to/file.mo}} > {{path/to/file.po}}`
|