36 """Data structure of an item in ``locales.json``"""
38 LOCALE_NAMES: dict[str, str]
39 RTL_LOCALES: list[str]
42USER_AGENTS: UserAgentType
43WIKIDATA_UNITS: dict[str, WikiDataUnitType]
44TRACKER_PATTERNS: TrackerPatternsDB
46CURRENCIES: CurrenciesDB
48EXTERNAL_URLS: dict[str, dict[str, dict[str, str | dict[str, str]]]]
49EXTERNAL_BANGS: dict[str, dict[str, t.Any]]
50OSM_KEYS_TAGS: dict[str, dict[str, t.Any]]
51ENGINE_DESCRIPTIONS: dict[str, dict[str, t.Any]]
52ENGINE_TRAITS: dict[str, dict[str, t.Any]]