mirror of
https://github.com/searx/searx
synced 2025-08-30 22:16:19 +00:00
add description to a var that seems to be unused
This commit is contained in:
@@ -110,6 +110,7 @@ for indice, theme in enumerate(themes):
|
|||||||
for (dirpath, dirnames, filenames) in os.walk(theme_img_path):
|
for (dirpath, dirnames, filenames) in os.walk(theme_img_path):
|
||||||
global_favicons[indice].extend(filenames)
|
global_favicons[indice].extend(filenames)
|
||||||
|
|
||||||
|
# used when translating category names
|
||||||
_category_names = (gettext('files'),
|
_category_names = (gettext('files'),
|
||||||
gettext('general'),
|
gettext('general'),
|
||||||
gettext('music'),
|
gettext('music'),
|
||||||
|
Reference in New Issue
Block a user