fn main() -> Result<(), Box> { rosetta_build::config() .source("en", "translations/email/en.json") .fallback("en") .generate()?; Ok(()) }