1PO4A-NORMALIZE(1p) Po4a Tools PO4A-NORMALIZE(1p)
2
3
4
6 po4a-normalize - normalize a documentation file by parsing it in po4a,
7 and writing it back
8
10 po4a-normalize -f fmt master.doc
11
13 The po4a (PO for anything) project goal is to ease translations (and
14 more interestingly, the maintenance of translations) using gettext
15 tools on areas where they were not expected like documentation.
16
17 The po4a-normalize script is a debugging tool used to make sure that
18 po4a don't change the document when it's not supposed to. Only use it
19 if you're developing a new module, or if you doubt the sanity of the
20 tools.
21
22 The generated document will be written to po4a-normalize.output while
23 the generated PO file will be written to po4a-normalize.po. No way to
24 change that ;)
25
27 -o, --option
28 Extra option(s) to pass to the format plugin. Specify each option
29 in the 'name=value' format. See the documentation of each plugin
30 for more information about the valid options and their meanings.
31
32 -b, --blank
33 Create an blank translated document. The generated translated
34 document will be generated assuming all messages are translated by
35 a space or new line.
36
37 This is useful to check what parts of the document cannot be
38 translated.
39
40 -h, --help
41 Show a short help message.
42
43 --help-format
44 List the documentation formats understood by po4a.
45
46 -f, --format
47 Format of the documentation you want to handle. Use the
48 --help-format option to see the list of available formats.
49
50 -M, --master-charset
51 Charset of the file containing the document to translate.
52
53 -V, --version
54 Display the version of the script and exit.
55
57 po4a-gettextize(1), po4a-translate(1), po4a-updatepo(1), po4a(7)
58
60 Denis Barbier <barbier@linuxfr.org>
61 Nicolas François <nicolas.francois@centraliens.net>
62 Martin Quinson (mquinson#debian.org)
63
65 Copyright 2002-2012 by SPI, inc.
66
67 This program is free software; you may redistribute it and/or modify it
68 under the terms of GPL (see the COPYING file).
69
70
71
72Po4a Tools 2020-01-30 PO4A-NORMALIZE(1p)