1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-22 01:44:13 +02:00
tldr/pages/common/msgmerge.md

12 lines
321 B
Markdown

# msgmerge
> Update an existing translation file from a new template.
> More information: <https://www.gnu.org/software/gettext/manual/gettext.html#msgmerge-Invocation>.
- Update a translation file:
`msgmerge {{[-U|--update]}} {{path/to/file.po}} {{path/to/messages.pot}}`
- Display help:
`msgmerge {{[-h|--help]}}`