Registry¶
_interpretation_registry ¶
Locale-aware interpretation dataset lookup.
InterpretationDatasetLookup
dataclass
¶
InterpretationDatasetLookup(data: InterpretationData | None, requested_locale: str, normalized_locale: str, resolved_locale: str)
Result of a locale-aware interpretation dataset lookup.
InterpretationRegistry
dataclass
¶
Locale-indexed interpretation datasets for one dataset family.
lookup ¶
Return the best dataset for a requested locale.