Alexandre Flament 10 anni fa
parent
commit
83e48fa89b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py Vedi File

@@ -112,6 +112,7 @@ _category_names = (gettext('files'),
112 112
 
113 113
 outgoing_proxies = settings.get('outgoing_proxies', None)
114 114
 
115
+
115 116
 @babel.localeselector
116 117
 def get_locale():
117 118
     locale = request.accept_languages.best_match(settings['locales'].keys())