Is there some way to mark a string so it does not get picked up for translation? In my opinion, it would be better to do the opposite: mark the strings that have to be translated, that would avoid the "%s" hell we have in some strings
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18162 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com --- Comment #1 from Julian Maurice <julian.maurice@biblibre.com> --- like this one and more generally that would prevent the translation to break things. But to be practical, I think the right way to do it is to not return any html in this JSON. The rendering code can be put in DataTables configuration (mRender property). For an example usage of mRender, see bug 15219 -- You are receiving this mail because: You are watching all bug changes.