[Koha-bugs] [Bug 11467] New: Untranslatable strings in opac-detail.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 2 09:38:22 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11467

            Bug ID: 11467
           Summary: Untranslatable strings in opac-detail.tt
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at tamil.fr

Some strings in Javascript are not properly formatted for translation:

$(".title").append('<a href="'+json.book.detail_link+'"
id="idreambooksreadometer"><img
src="http://idreambooks.com/remotereadometer/'+isbn+'.jpg"
alt="'+json.book.title+' by '+json.book.author+'" title="Rating based on
reviews of '+json.book.title+'"></a>');

$("#catalogue_detail_biblio").append("<span class='idreambookssummary
results_summary'><a href='"+json.book.detail_link+"'><img
src='"+json.book.to_read_or_not_small+"' alt='"+json.book.title+" by
"+json.book.author+"' title='Rating based on reviews of
"+json.book.title+"'>"+json.book.rating+"%</a> <a
href='http://www.idreambooks.com/'>rating based on reviews at
iDreamBooks.com</a></span>");

if (arrPagination[i].author) html += "<br /> by " + arrPagination[i].author;

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list