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