summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
Diffstat (limited to 'searx')
-rw-r--r--searx/webapp.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 2394aacfe..77b4507e9 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -97,6 +97,16 @@ for indice, theme in enumerate(themes):
cookie_max_age = 60 * 60 * 24 * 365 * 5 # 5 years
+_category_names = (gettext('files'),
+ gettext('general'),
+ gettext('music'),
+ gettext('social media'),
+ gettext('images'),
+ gettext('videos'),
+ gettext('it'),
+ gettext('news'),
+ gettext('map'))
+
@babel.localeselector
def get_locale():