View Single Post
Old 07-28-2013, 02:15 PM   #523
le_
Junior Member
le_ began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2013
Device: Kindle Paperwhite
Exclamation Small bug

Hi!

I just updated from 0.4.0 to 0.6.0 and then my COPS kinda stopped working, most of the item listing was doing nothing when clicked (like last 50's, per language etc), only some books opened... and those books where in English.
So after some tests I finally found the problem:

Most of my library is in Portuguese (por in the database), but the ./lang/Localization_en.json file don't have a translation for languages.por, so every time the listing would contain any book in portuguese, the whole list would not be loaded at all.

So, in ./lang/Localization_en.json I just added:
Code:
"languages.por":"Portuguese",
And my listing seems to be working fine again!

So, when the book is in some language that is not present in the localization file, it would be better to have some other action, as showing only the three letter, for example, to avoid this problem.

Btw, for this awesome tool!


Last edited by le_; 07-28-2013 at 02:23 PM. Reason: fix
le_ is offline   Reply With Quote