mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 10:12:34 -04:00
Add .pot file for languages translations
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -984,7 +984,11 @@ OptionRecommendation(name='sr3_replace',
|
||||
if fkey is None:
|
||||
fkey = self.opts.dest.fkey
|
||||
else:
|
||||
fkey = map(float, fkey.split(','))
|
||||
try:
|
||||
fkey = map(float, fkey.split(','))
|
||||
except:
|
||||
self.log.error('Invalid font size key: %r ignoring'%fkey)
|
||||
fkey = self.opts.dest.fkey
|
||||
|
||||
from calibre.ebooks.oeb.transforms.jacket import Jacket
|
||||
Jacket()(self.oeb, self.opts, self.user_metadata)
|
||||
|
||||
Reference in New Issue
Block a user