Questions tagged [msgmerge]
2 questions
1
vote
1 answer
Update several files with msgmerge
I am running the following command to update my po files in two different languages:
msgmerge --update src/languages/en_GB.po src/languages/myFile.pot && msgmerge --update src/languages/de_DE.po src/languages/myFile.pot
Unfortunately this is not…

RTYX
- 1,244
- 1
- 14
- 32
1
vote
2 answers
msgmerge on macos Catalina
I am trying to run a unix command line for some i18n work on a project. Using gettext library my issue is about running msgmerge
$ msgmerge
zsh: command not found: msgmerge
I tried brew instal gettext and brew link gettext but with no success. This…

sebastienbarbier
- 6,542
- 3
- 29
- 55