X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/87e084d47c335cd6f0b3e91d614999f55d148044..46607e78e344a6c5695c383265fd441b87dbe40c:/src/catalogue/constants.py?ds=inline

diff --git a/src/catalogue/constants.py b/src/catalogue/constants.py
index d1a5ddee3..f592c712f 100644
--- a/src/catalogue/constants.py
+++ b/src/catalogue/constants.py
@@ -46,3 +46,13 @@ CATEGORIES_NAME_PLURAL = {
     'set': _('sets'),
     'thing': _('things'),
 }
+
+WHOLE_CATEGORY = {
+    'author': _('All authors'),
+    'epoch': _('All epochs'),
+    'kind': _('All kinds'),
+    'genre': _('All genres'),
+    'theme': _('All themes'),
+    'set': _('All sets'),
+    'thing': _('All things'),
+}