Using autoconf
and automake
you can simply change into the po
subdirectory and run:
make update-po
or:
make update-gmo
As a package maintainer we would typically change into the build/po
directory and run update-po
. This updates the .po
files in the source tree (assuming an out-of-tree or VPATH
build). The updated .po
files are then committed into the repository and after this command a new commit needs to be prepared.
The update-gmo
call produces the .gmo
files that are normally not committed into the repository, this is usually done automatically during a build.