A library to manipulate gettext files
http://bitbucket.org/izi/polib/
polib allows you to manipulate, create, modify gettext catalogs (.pot, .po and
binary .mo files). You can load existing files, iterate through it's entries,
add, modify entries, comments or metadata, etc... or create new po/pot files
from scratch.
polib provides a simple and pythonic API, exporting only two convenience
functions 'pofile' and 'mofile', and the 4 core classes: POFile, MOFile,
POEntry and MOEntry for creating new files/entries.
- Developed at devel:languages:python
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-polib && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
polib-1.1.0-fix-tests-big-endian.patch | 0000000898 898 Bytes | |
polib-1.1.0.tar.gz | 0000158484 155 KB | |
python-polib.changes | 0000007373 7.2 KB | |
python-polib.spec | 0000003043 2.97 KB |
Revision 22 (latest revision is 27)
Yuchen Lin (maxlin_factory)
accepted
request 634946
from
Matej Cepl (mcepl)
(revision 22)
- Add polib-1.1.0-fix-tests-big-endian.patch to overcome failing tests on big-endian machines (https://bitbucket.org/izi/polib/issues/96)
Comments 0