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

Julian Maurice <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Julian Maurice <[email protected]> ---
> 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
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to