fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed feeds
[wolnelektury.git]
/
src
/
catalogue
/
constants.py
diff --git
a/src/catalogue/constants.py
b/src/catalogue/constants.py
index
d1a5dde
..
f592c71
100644
(file)
--- a/
src/catalogue/constants.py
+++ b/
src/catalogue/constants.py
@@
-46,3
+46,13
@@
CATEGORIES_NAME_PLURAL = {
'set': _('sets'),
'thing': _('things'),
}
'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'),
+}