Quote:
Originally Posted by Naderstouhy
for the sorting list i modified : sort_opts.append((x, n)) to sort_opts.append((x, _(n))) then the list worked fine !!!!!
for the category i modified : cats.append((meta['name'], category, icon)) to cats.append((_(meta['name']), category, icon))
|
That will only work if the language of the main calibre interface is in English or the words are not translated in the language of the calibre interface. Try setting your calibre interface to Spanish and you will see that it wont work.