SYNOPSIS

po4a-gettextize -f fmt -m master.doc [-l \s-1XX\s0.doc] -p \s-1XX\s0.po

(\s-1XX\s0.po is the output, all others are inputs)

DESCRIPTION

The po4a (\s-1PO\s0 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-gettextize script is in charge of converting documentation files to \s-1PO\s0 files. If you start a new translation, po4a-gettextize will extract the translatable strings from the documentation file and write a \s-1POT\s0 file from it.

If you already have a translated file, po4a-gettextize will try to extract the translations it contains and put them in place in the written \s-1PO\s0 file. Be warned that very few intelligence is used in this process: the Nth string of the translated file is supposed to be the translation of the Nth string in the original. If it's not the case, you're dead. That's why it is very important that both files share exactly the same structure.

However, po4a-gettextize will diagnose your death by detecting any desynchronisation between files, and reporting where they occur. In that case, you should edit manually the files to solve the reported disparity. Even if no error were reported, you should check carefully that the generated \s-1PO\s0 file is correct (i.e. that each msgstr is the translation of the associated msgid, and not the one before or after).

Even if the script manages to do its job without any apparent problem, it still marks all extracted translations as fuzzy, to make sure that the translator will have a look at them, and detect any remaining problem.

If the master document has non-ASCII characters, the new generated \s-1PO\s0 file will be in \s-1UTF-8\s0, in order to allow non-standard characters in a culture independent way. Else (if the master document is completely in \s-1ASCII\s0), the generated \s-1PO\s0 will use the encoding of the translated input document.

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 containing the master document to translate. You can use this option multiple times if you want to gettextize multiple documents.

-M, --master-charset

Charset of the file containing the document to translate.

-l, --localized

File containing the localized (translated) document. If you provided multiple master files, you may wish to provide multiple localized file by using this option more than once.

-L, --localized-charset

Charset of the file containing the localized document.

-p, --po

File where the message catalog should be written. If not given, the message catalog will be written to the standard output.

-o, --option

Extra option(s) to pass to the format plugin. Specify each option in the 'name=value' format. See the documentation of each plugin for more information about the valid options and their meanings.

-h, --help

Show a short help message.

--help-format

List the documentation formats understood 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.

--msgid-bugs-address email@address

Set the report address for msgid bugs. By default, the created \s-1POT\s0 files have no Report-Msgid-Bugs-To fields.

--copyright-holder string

Set the copyright holder in the \s-1POT\s0 header. The default value is \*(L"Free Software Foundation, Inc.\*(R"

--package-name string

Set the package name for the \s-1POT\s0 header. The default is \*(L"\s-1PACKAGE\s0\*(R".

--package-version string

Set the package version for the \s-1POT\s0 header. The default is \*(L"\s-1VERSION\s0\*(R".

RELATED TO po4a-gettextize…

po4a-normalize\|(1), po4a-translate\|(1), po4a-updatepo\|(1), po4a\|(7)

AUTHORS

 Denis Barbier <[email protected]>
 Nicolas François <[email protected]>
 Martin Quinson (mquinson#debian.org)

COPYRIGHT AND LICENSE

Copyright 2002-2012 by \s-1SPI\s0, inc.

This program is free software; you may redistribute it and/or modify it under the terms of \s-1GPL\s0 (see the \s-1COPYING\s0 file).