rspolib
Port to Rust of the Python library polib.
Install
Usage
use pofile;
let po = pofile.unwrap;
for entry in po.entries
po.save;
See the documentation at docs.rs/rspolib
Port to Rust of the Python library polib.
use pofile;
let po = pofile.unwrap;
for entry in po.entries
po.save;
See the documentation at docs.rs/rspolib