Added poutils section to README

This commit is contained in:
Jules Lasne (jlasne) 2020-10-14 13:45:46 +02:00 committed by GitHub
parent 1c7a26cc0b
commit ab5dafa549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@ Script to merge translations from a set of po files to other set of po files.
``pomerge`` does not care about ``.po`` file names, a translation
from one file can land in another as long as their ``msgid`` are identical.
Potodo is part of poutils!
--------------------------
`Poutils <https://pypi.org/project/poutils>`_ (``.po`` utils) is is a metapackage to easily install usefull Python tools to use with po files
and `potodo` is a part of it! Go check out `Poutils <https://pypi.org/project/poutils>`_ to discover the other useful tools for `po` file related translation!
Usage
-----