forked from zaclys/searxng
add description to a var that seems to be unused
This commit is contained in:
parent
7daf98933d
commit
adb1169fa3
1 changed files with 1 additions and 0 deletions
|
@ -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'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue