NAME
poen - Initialises a directory English PO files by taking POT files and
copying the msgid to the msgstr.
SYNOPSIS
poen [--no-wrap] <pot> <en>
Where <pot> is a directory of POT files and <en> is a new
directory that contains PO files with English translations
DESCRIPTION
Initialises a directory English PO files by taking POT files and copying
the msgid to the msgstr.
This is useful for translators who use CAT tools that override existing
text. They can setup their tool to overwrite msgstr entries which will now
be in English.
OPTIONS
--no-wrap
Do not break long message lines, longer than the output
page width, into several lines.
BUGS
None known.