pub fn t_with_args( key: &'static str, message: &'static str, args: &[(&'static str, Arg<'_>)], ) -> Cow<'static, str>
Tries to translate a string to the current language.