|
@@ -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'),
|