A library to manipulate gettext files (po and mo files).
Project description
polib version 0.4.2
-------------------
*polib* provides a simple and pythonic API 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 files from scratch.
Changes in version 0.4.2 (maintainance release)
-----------------------------------------------
- fixed issue #0007: use the codecs module to open files,
- fixed issue #0014: plural forms are not saved correctly in the mo file (thanks
lorenzo.gil.sanchez for the patch),
- fixed issue #0015: no LICENSE file included in tarball,
- removed Version/Date from README,
- added test pot files to MANIFEST.in,
- performance improvment in find() method (thanks Thomas !).
-------------------
*polib* provides a simple and pythonic API 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 files from scratch.
Changes in version 0.4.2 (maintainance release)
-----------------------------------------------
- fixed issue #0007: use the codecs module to open files,
- fixed issue #0014: plural forms are not saved correctly in the mo file (thanks
lorenzo.gil.sanchez for the patch),
- fixed issue #0015: no LICENSE file included in tarball,
- removed Version/Date from README,
- added test pot files to MANIFEST.in,
- performance improvment in find() method (thanks Thomas !).