summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorNoemi Vanyi <sitbackandwait@gmail.com>2016-04-09 19:47:06 +0200
committerNoemi Vanyi <sitbackandwait@gmail.com>2016-04-09 19:49:59 +0200
commitadb1169fa31b6c504a3f99123d711b3f5c4bf070 (patch)
treebdb80a5ca75b72625ba492d10117593e9b141624 /searx/webapp.py
parent7daf98933d39151ab5fd7929645f26497db8b8af (diff)
add description to a var that seems to be unused
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index e05a08a2f..ed8ff1bd9 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -110,6 +110,7 @@ for indice, theme in enumerate(themes):
for (dirpath, dirnames, filenames) in os.walk(theme_img_path):
global_favicons[indice].extend(filenames)
+# used when translating category names
_category_names = (gettext('files'),
gettext('general'),
gettext('music'),