1Locale::Po4a::Text(3) User Contributed Perl DocumentationLocale::Po4a::Text(3)
2
3
4
6 Locale::Po4a::Text - Convert text documents from/to PO files
7
9 The po4a (po for anything) project goal is to ease translations (and
10 more interestingly, the maintenance of translations) using gettext
11 tools on areas where they were not expected like documentation.
12
13 Locale::Po4a::Text is a module to help the translation of text docu‐
14 ments into other [human] languages.
15
16 Paragraphs are splitted on empty lines (or lines containing only spaces
17 or tabulations).
18
19 If a paragraph contains a line starting by a space (or tabulation),
20 this paragraph won't be rewrapped.
21
23 These are this module's particular options:
24
25 nobullet
26 Deactivate detection of bullets.
27
28 By default, when a bullet is detected, the bullet paragraph is not
29 considered as a verbatim paragraph (with the no-wrap flag in the PO
30 file), but the module rewrap this paragraph in the generated PO
31 file and in the translation.
32
33 debianchangelog
34 Handle the header and footer of released versions, which only con‐
35 tain non translatable informations.
36
38 Tested successfully on simple text files and NEWS.Debian files.
39
41 Nicolas François <nicolas.francois@centraliens.net>
42
44 Copyright 2005,2007 by Nicolas FRANÇOIS <nicolas.francois@centraliens.net>.
45
46 This program is free software; you may redistribute it and/or modify it
47 under the terms of GPL (see the COPYING file).
48
49
50
51perl v5.8.8 2008-06-01 Locale::Po4a::Text(3)