po4a-updatepo (1) - Linux Manuals
po4a-updatepo: update the translation (in po format) of documentation
NAME
po4a-updatepo - update the translation (in po format) of documentation
SYNOPSIS
po4a-updatepo -f <fmt> (-m <master.doc>)+ (-p <XX.po>)+(XX.po are the outputs, all others are inputs)
DESCRIPTION
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.
COMMAND-LINE OPTIONS
- -f, --format
- Format of the documentation you want to handle. Use the --help-format option to see the list of available formats.
- -m, --master
- File(s) containing the master document to translate.
- -M, --master-charset
- Charset of the files containing the document to translate. Note that all files must have the same charset.
- -p, --po
- Po file(s) to update. If these files do not exist, they are created by "po4a-updatepo".
- -o, --option
- Extra option(s) to pass to the format plugin and other po4a internal module. Specify each option in the 'name=value' format. See the documentation of each plugin for more information about the valid options and their meanings.
- --previous
- This option adds '--previous' to the options passed to msgmerge. It requires gettext 0.16 or later.
- --msgmerge-opt options
- Extra options for msgmerge.
- -h, --help
- Show a short help message.
- --help-format
- List the documentation format handled by po4a.
- -V, --version
- Display the version of the script and exit.
- -v, --verbose
- Increase the verbosity of the program.
- -d, --debug
- Output some debugging information.
AUTHORS
Denis Barbier <barbier [at] linuxfr.org> Martin Quinson (mquinson#debian.org)
COPYRIGHT AND LICENSE
Copyright 2002, 2003, 2004, 2005 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).