po4a-updatepo
update the translation (in PO format) of documentation
- Provided by: po4a (Version: 0.52-1)
- Report a bug
update the translation (in PO format) of documentation
po4a-updatepo -f fmt (-m master.doc)+ (-p XX.po)+
(XX.po are the outputs, all others are inputs)
The po4a (PO for anything) project goal is to ease translations (and more interestingly, the maintenance of translations) using gettext tools on areas where they were not expected like documentation.
The po4a-updatepo script is in charge of updating PO files to make them reflect the changes made to the original documentation file. For that, it converts the documentation file to a POT file, and call msgmerge(1) on this new POT and on the provided PO files.
It is possible to give more than one PO file (if you want to update several languages at once), and several documentation files (if you want to store the translations of several documents in the same PO file).
If the master document has non-ASCII characters, it will convert the PO files to UTF-8 (if they weren't already), in order to allow non-standard characters in a culture independent way.
Argument can be followed by a comma and either wrap or nowrap keyword. References are written by default on a single line. The wrap option wraps references on several lines, to mimic gettext tools (xgettext and msgmerge). This option will become the default in a future release, because it is more sensible. The nowrap option is available so that users who want to keep the old behavior can do so.
po4a-gettextize(1), po4a-normalize(1), po4a-translate(1), po4a(7)
Denis Barbier <barbier@linuxfr.org> Nicolas François <nicolas.francois@centraliens.net> Martin Quinson (mquinson#debian.org)
Copyright 2002-2012 by SPI, inc.
This program is free software; you may redistribute it and/or modify it under the terms of GPL (see the COPYING file).