From a4a38b4fd99b4022f456071b30e8c3389c7782cc Mon Sep 17 00:00:00 2001 From: Vincent Poulailleau Date: Thu, 15 Oct 2020 21:21:35 +0200 Subject: [PATCH] add links to PyPI This eases the navigation to the mentioned projects. --- README.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 043721e..9c75a40 100644 --- a/README.rst +++ b/README.rst @@ -5,28 +5,28 @@ poutils is a metapackage to easily install usefull Python tools to use with po files. -powrap ------- +`powrap `_ +-------------------------------------------- Script to fix indentation of given ``.po`` files. -pospell -------- +`pospell `_ +---------------------------------------------- Wrapper around hunspell to spell check ``.po`` files. -pogrep ------- +`pogrep `_ +-------------------------------------------- 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 ------- +`potodo `_ +-------------------------------------------- A tool to find in which ``.po`` file work is needed (untranslated and fuzzy are reported). @@ -36,16 +36,16 @@ opened, hint that the file may currently been translated by someone else. -pomerge -------- +`pomerge `_ +---------------------------------------------- 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 ------ +`padpo `_ +---------------------------------------- Linter for gettext files (``*.po``) including Grammalecte, non-breakable space checks, glossary checks etc ...