[Koha-bugs] [Bug 32008] String "Not for loan " not translated to german "Nicht ausleihbar"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 28 21:43:55 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32008

--- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
You can paste this in your OpacUserJs system preference:

$( document ).ready(function() {

$("html[lang='de-DE'] .notforloandesc:contains('Not for loan')").text('Nicht
ausleihbar');

});

You can find more examples for the use of jQuery in Koha in the wiki at
https://wiki.koha-community.org/wiki/JQuery_Library 

:)

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


More information about the Koha-bugs mailing list