Skip to main content

localized_name

Function localized_name 

Source
pub fn localized_name(
    locale: &str,
    section: &str,
    english: &str,
) -> Option<&'static str>
Expand description

Resolve a settings display name from the generated locale corpus.

The English table names are intentionally not duplicated in the locale data. A missing entry means the target locale is not covered and callers must preserve the explicit missing-mapping contract.