Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f9d20baf2d42bbb9f9c5746dba0abad5 > files > 62

python-translate-doc-1.10.0-3.mga4.noarch.rpm


.. _posplit:

posplit
*******

Takes an existing PO file and splits it into three components: translated,
untranslated and fuzzy.  This is useful for reviewing translations or for
extracting good translations from a compendium file.

Note that the input file is removed by the script (until version 1.9.1). The
generated output files can be combined again with msgcat.

.. _posplit#prerequisites:

Prerequisites
=============

GNU Gettext

.. _posplit#usage:

Usage
=====

::

  posplit ./file.po

Where:

+-----------+------------------------------------------+
| file.po   | is an existing PO file or PO compendium  |
+-----------+------------------------------------------+

.. _posplit#bugs:

Bugs
====

* Some relative path bugs thus the need for ./ before file.po.
* Until version 1.9.1, the original input file was removed, :bug:`2006`.