mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 15:52:35 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/msgmerge
Normal file
13
tldr/msgmerge
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Exclamation mark
|
||||
|
||||
> Update an existing translation file from a new template.
|
||||
> More information: <https://www.gnu.org/software/gettext/manual/html_node/msgmerge-Invocation.html>.
|
||||
|
||||
- Update a translation file:
|
||||
|
||||
`msgmerge {{[-U|--update]}} {{path/to/file.po}} {{path/to/messages.pot}}`
|
||||
Reference in New Issue
Block a user