mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6059a77d86
commit
ea2a5c7537
@ -109,7 +109,7 @@ def get_cached_cover_urls(mi):
|
||||
yield (p, url)
|
||||
|
||||
def cap_author_token(token):
|
||||
if lower(token) in ('von', 'de', 'el', 'van'):
|
||||
if lower(token) in ('von', 'de', 'el', 'van', 'le'):
|
||||
return lower(token)
|
||||
return capitalize(token)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user