diff options
Diffstat (limited to 'searx/data/__init__.py')
-rw-r--r-- | searx/data/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/data/__init__.py b/searx/data/__init__.py index 0822f4ac8..c79d1042f 100644 --- a/searx/data/__init__.py +++ b/searx/data/__init__.py @@ -15,6 +15,7 @@ __all__ = [ 'EXTERNAL_BANGS', 'OSM_KEYS_TAGS', 'ENGINE_DESCRIPTIONS', + 'LOCALES', 'ahmia_blacklist_loader', ] @@ -50,3 +51,4 @@ EXTERNAL_BANGS = _load('external_bangs.json') OSM_KEYS_TAGS = _load('osm_keys_tags.json') ENGINE_DESCRIPTIONS = _load('engine_descriptions.json') ENGINE_TRAITS = _load('engine_traits.json') +LOCALES = _load('locales.json') |