mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Add engine locales (1/n)
This commit is contained in:
parent
1a5b096578
commit
52fe8111ea
21 changed files with 1107 additions and 870 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
__all__ = [
|
||||
'ENGINES_LANGUAGES',
|
||||
'ENGINES_LOCALES',
|
||||
'CURRENCIES',
|
||||
'USER_AGENTS',
|
||||
'EXTERNAL_URLS',
|
||||
|
|
@ -43,6 +44,7 @@ def ahmia_blacklist_loader():
|
|||
|
||||
|
||||
ENGINES_LANGUAGES = _load('engines_languages.json')
|
||||
ENGINES_LOCALES = _load('engine_locales.json')
|
||||
CURRENCIES = _load('currencies.json')
|
||||
USER_AGENTS = _load('useragents.json')
|
||||
EXTERNAL_URLS = _load('external_urls.json')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue