Locale::Po4a::Text.3pm

Autres langues

Langue: en

Version: 2008-11-05 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Locale::Po4a::Text - Convert text documents from/to PO files

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.

Locale::Po4a::Text is a module to help the translation of text documents into other [human] languages.

Paragraphs are splitted 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 MODULE

These are this module's particular options:
nobullet
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 rewrap this paragraph in the generated PO file and in the translation.

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.

STATUS OF THIS MODULE

Tested successfully on simple text files and NEWS.Debian files.

AUTHORS

  Nicolas FranA~Xois <nicolas.francois@centraliens.net>
 
 
  Copyright 2005-2008 by Nicolas FRANA~XOIS <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).

POD ERRORS

Hey! The above document had some coding errors, which are explained below:
Around line 288:
You forgot a '=back' before '=head1'