1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-24 14:03:55 +02:00
tldr/pages/common/msginit.md

17 lines
457 B
Markdown
Raw Normal View History

# msginit
> Generate language specific translation files based on Portable Object Templates.
> More information: <https://www.gnu.org/software/gettext/manual/gettext.html#msginit-Invocation>.
- 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}}`
2025-03-26 00:36:41 +02:00
- Display help:
`msginit {{[-h|--help]}}`