mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Add .pot file for languages translations
This commit is contained in:
parent
3e34b8b547
commit
228ecce797
30845
setup/iso_639/iso_639_3.pot
Normal file
30845
setup/iso_639/iso_639_3.pot
Normal file
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:
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user