pub fn t(msg: Msg<'_>) -> Cow<'static, str>
Translate a message using the current global locale.
Returns a Cow<'static, str> — static for literal translations, owned for interpolated ones.
Cow<'static, str>