.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.data.LocalesType Class Reference
Inheritance diagram for searx.data.LocalesType:
Collaboration diagram for searx.data.LocalesType:

Static Public Attributes

dict LOCALE_NAMES [str, str]
list RTL_LOCALES [str]
dict WIKIDATA_UNITS [str, WikiDataUnitType]
dict EXTERNAL_URLS [str, dict[str, dict[str, str | dict[str, str]]]]
dict EXTERNAL_BANGS [str, dict[str, t.Any]]
dict OSM_KEYS_TAGS [str, dict[str, t.Any]]
dict ENGINE_DESCRIPTIONS [str, dict[str, t.Any]]
dict ENGINE_TRAITS [str, dict[str, t.Any]]

Detailed Description

Data structure of an item in ``locales.json``

Definition at line 35 of file __init__.py.

Member Data Documentation

◆ ENGINE_DESCRIPTIONS

dict searx.data.LocalesType.ENGINE_DESCRIPTIONS [str, dict[str, t.Any]]
static

Definition at line 51 of file __init__.py.

◆ ENGINE_TRAITS

dict searx.data.LocalesType.ENGINE_TRAITS [str, dict[str, t.Any]]
static

Definition at line 52 of file __init__.py.

◆ EXTERNAL_BANGS

dict searx.data.LocalesType.EXTERNAL_BANGS [str, dict[str, t.Any]]
static

Definition at line 49 of file __init__.py.

◆ EXTERNAL_URLS

dict searx.data.LocalesType.EXTERNAL_URLS [str, dict[str, dict[str, str | dict[str, str]]]]
static

Definition at line 48 of file __init__.py.

◆ LOCALE_NAMES

dict searx.data.LocalesType.LOCALE_NAMES [str, str]
static

Definition at line 38 of file __init__.py.

◆ OSM_KEYS_TAGS

dict searx.data.LocalesType.OSM_KEYS_TAGS [str, dict[str, t.Any]]
static

Definition at line 50 of file __init__.py.

◆ RTL_LOCALES

list searx.data.LocalesType.RTL_LOCALES [str]
static

Definition at line 39 of file __init__.py.

◆ WIKIDATA_UNITS

dict searx.data.LocalesType.WIKIDATA_UNITS [str, WikiDataUnitType]
static

Definition at line 43 of file __init__.py.


The documentation for this class was generated from the following file:
  • /home/andrew/Documents/code/public/searxng/searx/data/__init__.py