View Single Post
Old 05-16-2020, 10:32 AM   #4106
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,015
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2020-05-15
- Now actually *use* translated strings in prefs.py.

So it turns out I screwed up including translated versions for a number of strings in FFF. My apologies to the translators whose work went unused all this time.

In case anyone's curious, these are the strings.
Spoiler:

Not all languages have translations for these, but fr, de and es do.
Code:
SKIP=_('Skip')
ADDNEW=_('Add New Book')
UPDATE=_('Update EPUB if New Chapters')
UPDATEALWAYS=_('Update EPUB Always')
OVERWRITE=_('Overwrite if Newer')
OVERWRITEALWAYS=_('Overwrite Always')
CALIBREONLY=_('Update Calibre Metadata from Web Site')
CALIBREONLYSAVECOL=_('Update Calibre Metadata from Saved Metadata Column')

YES=_('Yes, Always')
YES_IF_IMG=_('Yes, if EPUB has a cover image')
YES_UNLESS_IMG=_('Yes, unless FanFicFare found a cover image')
YES_UNLESS_SITE=_('Yes, unless found on site')
NO=_('No')
JimmXinu is offline   Reply With Quote