[Koha-bugs] [Bug 8942] Translation process breaks javascript in calendar.inc

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 29 10:23:10 CET 2012


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

--- Comment #19 from Fridolyn SOMERS <fridolyn.somers at biblibre.com> ---
Created attachment 13758
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13758&action=edit
Always use double quotes : follow-up 2

Follow-up 2 :
Move occurrences of JavaScript translated string from HTML to JavaScript block.
The better way is to store translated JavaScript strings into a var : 
var MSG_NO_ITEM_SELECTED = _("Nothing is selected.");

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


More information about the Koha-bugs mailing list