HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

msgmerge — Update an existing translation file from a new template. More information: <https://www.gnu.org/soft

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandupdatefromclifileexistingmsgmergetranslation

Problem

How to use the msgmerge command: Update an existing translation file from a new template. More information: <https://www.gnu.org/software/gettext/manual/gettext.html#msgmerge-Invocation>.

Solution

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

Code Snippets

Update a translation file

msgmerge {{[-U|--update]}} {{path/to/file.po}} {{path/to/messages.pot}}

Display help

msgmerge {{[-h|--help]}}

Context

tldr-pages: common/msgmerge

Revisions (0)

No revisions yet.