mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add publisher to the default template
This commit is contained in:
parent
c50ed74f83
commit
b1129d8037
@ -43,7 +43,7 @@ def default_template():
|
|||||||
_('<b>{title}</b> by {authors}'),
|
_('<b>{title}</b> by {authors}'),
|
||||||
_('{series_index} of <i>{series}</i>') + '|||{rating}',
|
_('{series_index} of <i>{series}</i>') + '|||{rating}',
|
||||||
'{tags}',
|
'{tags}',
|
||||||
_('Date: {timestamp} Published: {pubdate}'),
|
_('Date: {timestamp}') + '|||' + _('Published: {pubdate}') + '|||' + _('Publisher: {publisher}'),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
return default_template.ans
|
return default_template.ans
|
||||||
|
Loading…
x
Reference in New Issue
Block a user