Query: locale::po4a::text
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Locale::Po4a::Text(3) User Contributed Perl Documentation Locale::Po4a::Text(3)NAMELocale::Po4a::Text - convert text documents from/to PO filesDESCRIPTIONThe 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. Locale::Po4a::Text is a module to help the translation of text documents into other [human] languages. Paragraphs are split on empty lines (or lines containing only spaces or tabulations). If a paragraph contains a line starting by a space (or tabulation), this paragraph won't be rewrapped.OPTIONS ACCEPTED BY THIS MODULEThese are this module's particular options: nobullets Deactivate detection of bullets. By default, when a bullet is detected, the bullet paragraph is not considered as a verbatim paragraph (with the no-wrap flag in the PO file), but the module rewraps this paragraph in the generated PO file and in the translation. tabs=mode Specify how tabulations shall be handled. The mode can be any of: split Lines with tabulations introduce breaks in the current paragraph. verbatim Paragraph containing tabulations will not be re-wrapped. By default, tabulations are considered as spaces. breaks=regex A regular expression matching lines which introduce breaks. The regular expression will be anchored so that the whole line must match. debianchangelog Handle the header and footer of released versions, which only contain non translatable informations. fortunes Handle the fortunes format, which separate fortunes with a line which consists in '%' or '%%', and use '%%' as the beginning of a comment. markdown Handle some special markup in Markdown-formatted texts. asciidoc Handle documents in the AsciiDoc format. control[=taglist] Handle control files. A comma-separated list of tags to be translated can be provided.STATUS OF THIS MODULETested successfully on simple text files and NEWS.Debian files.AUTHORSNicolas Francois <nicolas.francois@centraliens.net>COPYRIGHT AND LICENSECopyright 2005-2008 by Nicolas FRANCOIS <nicolas.francois@centraliens.net>. This program is free software; you may redistribute it and/or modify it under the terms of GPL (see the COPYING file). perl v5.16.3 2014-06-10 Locale::Po4a::Text(3)
Related Man Pages |
---|
locale::po4a::common(3) - debian |
locale::po4a::man(3) - debian |
locale::po4a::tex(3) - debian |
locale::po4a::text(3) - centos |
locale::po4a::sgml(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Split a paragraph |
AsciiDoc 8.3.3 (Default branch) |
Easy way to pull a paragraph from a text file? |
How to fix line breaks format text for huge files? |
Remove single-line breaks only in document |