1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 17:55:23 +02:00
tldr/pages/common/msginit.md
Managor e364b551d6
gettext, msginit, msgmerge: add page; msgfmt, xgettext: edit page (#15912)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2025-03-11 06:50:50 +02:00

415 B

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}}