pub fn cmd_desc_i18n(name: &str) -> Option<Cow<'static, str>>
Look up the i18n translation for a built-in command description. Returns None for unknown command names (callers fall back to the static desc field).
None
desc