mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
15faec66cb
- Update to 1.0.3 - Change WWW for new upstream url Changes: https://bitbucket.org/jaraco/irc/src/f8120c37a5/CHANGES.rst?at=8.5.1
14 lines
555 B
Plaintext
14 lines
555 B
Plaintext
PoLib is a python library to parse and manage gettext catalogs.
|
|
|
|
polib allows you to manipulate, create, modify gettext files
|
|
(pot, po and mo files). You can load existing files, iterate
|
|
through it's entries, add, modify entries, comments or metadata, etc...
|
|
or create new po files from scratch.
|
|
|
|
polib provides a simple and pythonic API, exporting only three
|
|
convenience functions 'pofile', 'mofile' and 'detect_encoding',
|
|
and the 4 core classes: POFile, MOFile, POEntry and MOEntry for
|
|
creating new files/entries.
|
|
|
|
WWW: https://bitbucket.org/izi/polib/
|