Function twine::build_translations

source ·
pub fn build_translations<P: AsRef<Path>, O: AsRef<Path>>(
    ini_files: &[P],
    output_file: O
) -> Result<()>
Expand description

Generate the t!() macro based on the provided list of paths to Twine INI translation files.