The msgfmt command generates a binary message catalog from a textual translation description.
Questions tagged [msgfmt]
2 questions
8
votes
2 answers
Recursively apply the msgfmt command to all .po files in directory with find -exec
I have the following directory structure:
webiste/
locale/
en/
LC_MESSAGES/
translation.po
de/
LC_MESSAGES/
translation.po
fr/
LC_MESSAGES/
…
Trufa
- 4,338
4
votes
1 answer
How to fix broken `msgfmt` installation?
Several projects that I am trying to build from scratch appear to need msgfmt in order to build. They all fail.
However, when I try to run it directly on the command line I get:
$ msgfmt
msgfmt: error while loading shared libraries:…
Peter K.
- 145