Thread
:
French translation
View Single Post
10-29-2013, 10:04 PM
#
19
kovidgoyal
creator of calibre
Posts: 45,444
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
If you are using try:/except: dont use a bare except: , use
Code:
try: load_translations() except NameError: pass
instead.
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS