mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 21:48:56 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,6 +8,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Compile message catalog to binary format.
|
||||
> More information: <https://www.gnu.org/software/gettext/manual/html_node/msgfmt-Invocation.html>.
|
||||
|
||||
- Compile a file to `messages.mo`:
|
||||
|
||||
`msgfmt {{file.po}}`
|
||||
|
||||
- Convert a `.po` file to a `.mo` file:
|
||||
|
||||
`msgfmt {{path/to/file.po}} -o {{path/to/file.mo}}`
|
||||
`msgfmt {{path/to/file.po}} {{[-o|--output-file]}} {{path/to/file.mo}}`
|
||||
|
||||
Reference in New Issue
Block a user