Function i18n_build::gettext_impl::run_msgcat[][src]

pub fn run_msgcat<P: AsRef<Path>, I: IntoIterator<Item = P>>(
    input_pot_paths: I,
    output_pot_path: P
) -> Result<()>

Run the gettext utils msgcat command to concatinate pot files into a single pot file.