[][src]Function i18n_build::gettext_impl::run_msginit

pub fn run_msginit(crt: &Crate<'_>, pot_dir: &Path, po_dir: &Path) -> Result<()>

Run the gettext msginit command to create a new po file.

pot_dir is the directory where the input pot files are stored.

po_dir is the directory where the output po files will be stored.