Add .pot file for languages translations

This commit is contained in:
Kovid Goyal 2011-08-26 20:39:40 -06:00
parent 3e34b8b547
commit 228ecce797
2 changed files with 30850 additions and 1 deletions

30845
setup/iso_639/iso_639_3.pot Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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)