macro_rules! translate { ($o:expr, $key:ident) => { ... }; ($o:expr, $key:ident, $($placeholder:literal = $value:expr),+) => { ... }; }
Utility macro to translate from output