瀏覽代碼

add description to a var that seems to be unused

Noemi Vanyi 9 年之前
父節點
當前提交
adb1169fa3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py 查看文件

@@ -110,6 +110,7 @@ for indice, theme in enumerate(themes):
110 110
     for (dirpath, dirnames, filenames) in os.walk(theme_img_path):
111 111
         global_favicons[indice].extend(filenames)
112 112
 
113
+# used when translating category names
113 114
 _category_names = (gettext('files'),
114 115
                    gettext('general'),
115 116
                    gettext('music'),