mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
9a22185fd9
commit
be4d8a3f44
@ -171,7 +171,7 @@ def CATALOG_GROUP_ENTRY(item, category, request_context, updated):
|
|||||||
TITLE(item.text),
|
TITLE(item.text),
|
||||||
ID(id_),
|
ID(id_),
|
||||||
UPDATED(updated),
|
UPDATED(updated),
|
||||||
E.content(_('%d items')%item.count, type='text'),
|
E.content(ngettext('one item', '{} items', item.count).format(item.count), type='text'),
|
||||||
link
|
link
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user