mirror of https://github.com/searx/searx
add description to a var that seems to be unused
This commit is contained in:
parent
7daf98933d
commit
adb1169fa3
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue