mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 18:53:04 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/msginit
Normal file
17
tldr/msginit
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user