poutils/README.rst

59 lines
1.6 KiB
ReStructuredText
Raw Permalink Normal View History

2023-07-21 07:09:37 +00:00
2019-11-29 22:24:51 +00:00
poutils
=======
poutils is a metapackage to easily install usefull Python tools to use
with po files.
`powrap <https://pypi.org/project/powrap/>`_
--------------------------------------------
2019-11-29 22:24:51 +00:00
Script to fix indentation of given ``.po`` files.
`pospell <https://pypi.org/project/pospell/>`_
----------------------------------------------
2019-11-29 22:24:51 +00:00
Wrapper around hunspell to spell check ``.po`` files.
`pogrep <https://pypi.org/project/pogrep/>`_
--------------------------------------------
2019-11-29 22:24:51 +00:00
A side-by-side grep in ``.po`` files displaying `msgid` on the left
and `msgstr` on the right, usefull to find how a word has already been
translated.
`potodo <https://pypi.org/project/potodo/>`_
--------------------------------------------
2019-11-29 22:24:51 +00:00
A tool to find in which ``.po`` file work is needed (untranslated and
fuzzy are reported).
Can sync with github issues to tell which file have already an issue
opened, hint that the file may currently been translated by someone
else.
`pomerge <https://pypi.org/project/pomerge/>`_
----------------------------------------------
2019-11-29 22:24:51 +00:00
A "translation memory" CLI tool, usefull for example to backport
translation from a branch to another, or simply to replicate known
translations from a bunch of file to other files.
`padpo <https://pypi.org/project/padpo/>`_
2020-12-13 22:39:32 +00:00
------------------------------------------
2019-11-29 22:24:51 +00:00
2019-12-11 15:45:17 +00:00
Linter for gettext files (``*.po``) including Grammalecte,
2019-12-11 15:47:14 +00:00
non-breakable space checks, glossary checks etc ...
2023-01-02 16:21:21 +00:00
`sphinx-lint <https://pypi.org/project/sphinx-lint/>`_
2023-01-02 16:25:40 +00:00
------------------------------------------------------
2023-01-02 16:21:21 +00:00
A reasonably fast and accurate linter that focuses on finding errors that are not caught by sphinx-build.