pub fn parse_po( po_path: impl AsRef<Path>, ) -> Result<(Vec<Message>, Vec<PMessage>)>
Parses a PO file.
Returns the normal and the pluralized messages in two separated vectors.