cola: vendor polib.py
commit1727f4d56480cc62cedd7e735f4461584f8af642
authorDavid Aguilar <davvid@gmail.com>
Thu, 10 Mar 2022 17:22:49 +0000 (10 09:22 -0800)
committerDavid Aguilar <davvid@gmail.com>
Thu, 10 Mar 2022 17:22:49 +0000 (10 09:22 -0800)
tree4545781a9d5b0c11db0cb29ea2c41999bfa425f8
parent66d62c10fec0b8f33571deacc34690cbe7981e53
cola: vendor polib.py

We will use polib for reading the .po translation files directly.
This is a step towards eliminating the use of "python setup.py build"
and the "distutils.commands" entry points which are used to build
the git-cola.mo translation files.

Related-to: #1201
Signed-off-by: David Aguilar <davvid@gmail.com>
.flake8
cola/i18n/README.md [new file with mode: 0644]
cola/polib.py [new file with mode: 0644]
extras/README.md
extras/polib/LICENSE [new file with mode: 0644]