Add engine locales (1/n)

This commit is contained in:
Alexandre FLAMENT 2022-10-01 09:01:59 +00:00
parent 1a5b096578
commit 52fe8111ea
21 changed files with 1107 additions and 870 deletions

View file

@ -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')