Browse Source

[mod] remove remaining references to locales in settings.yml

see #247
Alexandre Flament 3 years ago
parent
commit
a7d781c49d
2 changed files with 0 additions and 5 deletions
  1. 0 1
      searx/settings_defaults.py
  2. 0 4
      tests/robot/settings_robot.yml

+ 0 - 1
searx/settings_defaults.py

@@ -197,7 +197,6 @@ SCHEMA = {
         'off_when_debug': SettingsValue(bool, True),
     },
     'engines': SettingsValue(list, []),
-    'locales': SettingsValue(dict, {'en': 'English'}),
     'doi_resolvers': {
     },
 }

+ 0 - 4
tests/robot/settings_robot.yml

@@ -44,10 +44,6 @@ engines:
     categories: dummy
     shortcut: dd
 
-locales:
-  en: English
-  hu: Magyar
-
 doi_resolvers:
   oadoi.org: 'https://oadoi.org/'
   doi.org: 'https://doi.org/'