pub fn build_translations_from_str<P: AsRef<Path>>(
    strs: &[&str],
    output_file: P
) -> Result<()>
Expand description

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