Codebase list i18nspector / debian/0.27.1-1 doc
debian/0.27.1-1

Tree @debian/0.27.1-1 (Download .tar.gz)

Overview
========

**i18nspector** is a tool for checking translation templates (POT), message
catalogues (PO) and compiled message catalogues (MO) files for common problems.
These files are used by the GNU gettext translation functions and tools in
many different development environments.

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

The following software is needed to run i18nspector:

* Python ≥ 3.6;

* polib_ ≥ 1.0.0, a gettext catalogs manipulation library;

* RPLY_, a parser generator.

Additionally, the following software is needed to rebuild the manual page from
source:

* docutils_ ≥ 0.6.


For pip users::

   python3 -m pip install polib rply
   python3 -m pip install docutils

For Debian users::

   apt-get install python3-polib python3-rply
   apt-get install python3-docutils


.. _polib:
   https://pypi.org/project/polib/
.. _RPLY:
   https://pypi.org/project/rply/
.. _docutils:
   https://docutils.sourceforge.io/

.. vim:ft=rst ts=3 sts=3 sw=3

History of doc @debian/0.27.1-1