Function twine::build_translations_from_readers[][src]

pub fn build_translations_from_readers<R: Read, P: AsRef<Path>>(
    readers: &mut [R],
    output_file: P
) -> Result<()>

Generate the t!() macro based on the provided list of readers containing Twine INI translations.