snippetbashTip
msginit — Generate language specific translation files based on Portable Object Templates. More information: <
Viewed 0 times
commandlanguagespecificfilesclimsginittranslationgenerate
Problem
How to use the
msginit command: Generate language specific translation files based on Portable Object Templates. More information: <https://www.gnu.org/software/gettext/manual/gettext.html#msginit-Invocation>.Solution
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:msginitDefine locale to generate from a specific template:
msginit {{[-l|--locale]}} {{locale}} {{[-i|--input]}} {{path/to/messages.pot}}Display help:
msginit {{[-h|--help]}}Code Snippets
Generate Portable Object files in system locale from `messages.pot`
msginitDefine locale to generate from a specific template
msginit {{[-l|--locale]}} {{locale}} {{[-i|--input]}} {{path/to/messages.pot}}Display help
msginit {{[-h|--help]}}Context
tldr-pages: common/msginit
Revisions (0)
No revisions yet.