mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-19 13:55:24 +02:00

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
12 lines
415 B
Markdown
12 lines
415 B
Markdown
# msginit
|
|
|
|
> Generate language specific translation files based on Portable Object Templates.
|
|
> More information: <https://www.gnu.org/software/gettext/manual/html_node/msginit-Invocation.html>.
|
|
|
|
- Generate Portable Object files in system locale from `messages.pot`:
|
|
|
|
`msginit`
|
|
|
|
- Define locale to generate from a specific template:
|
|
|
|
`msginit {{[-l|--locale]}} {{locale}} {{[-i|--input]}} {{path/to/messages.pot}}`
|