macro_rules! t { ($id : expr) => { ... }; ($id : expr, { $($key : literal : $value : expr), + }) => { ... }; }
Translates the given ID conveniently, taking arguments for interpolation as required.