parse_po

Function parse_po 

Source
pub fn parse_po(
    po_path: impl AsRef<Path>,
) -> Result<(Vec<Message>, Vec<PMessage>)>
Expand description

Parses a PO file.

Returns the normal and the pluralized messages in two separated vectors.