pub fn msgfmt(
po_file: &str,
lang: &str,
domain_name: &str,
) -> Result<(), TransError>Expand description
Generates a binary message catalog from a textual translation description. https://www.gnu.org/software/gettext/manual/html_node/msgfmt-Invocation.html