python polib

Date: 2025/04/24 (initial publish), 2025/08/21 (last update)

Source: note-00078

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.

This is available as bin/xmlpo in the debian-reference source package. to make some sanity checks.

Previous Post Top Next Post