21 Apr
2020
21 Apr
'20
8:43 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23925 --- Comment #13 from Andreas Roussos <a.roussos@dataly.gr> --- (In reply to Jonathan Druart from comment #12)
"Illegal ISBN" will not be translatable. Hello, Jonathan. Can you elaborate, please? From what I can see Pasi has followed the coding guideline (JS2: Enabling translation of language strings in embedded JavaScript) and wrapped the string in the special function _(), like so:
return { funcname: id, msg: _("Illegal ISBN") }; -- You are receiving this mail because: You are watching all bug changes.