Previous Post | Top | Next Post |
TOC
PO file handling with Python
Instead of using adhoc parser for processing PO file, I decided to use
the established polib
library.
- project site: polib
- document: Quick start guide
- Debian package: python3-polib
This is available as bin/xmlpo in the debian-reference source package. to make some sanity checks.
Previous Post | Top | Next Post |