Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwilk/i18nspector
checking tool for gettext POT, PO and MO files
https://github.com/jwilk/i18nspector
gettext qa
Last synced: about 1 month ago
JSON representation
checking tool for gettext POT, PO and MO files
- Host: GitHub
- URL: https://github.com/jwilk/i18nspector
- Owner: jwilk
- License: mit
- Created: 2015-01-14T18:22:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T18:08:30.000Z (8 months ago)
- Last Synced: 2024-08-09T00:22:25.032Z (5 months ago)
- Topics: gettext, qa
- Language: Python
- Homepage: https://jwilk.net/software/i18nspector
- Size: 4.95 MB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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.7;
* 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 docutilsFor 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