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

--- Comment #10 from Owen Leonard <oleon...@myacpl.org> 2011-11-18 13:24:05 UTC 
---
(In reply to comment #9)
> So I have to put translatable strings into a .inc file?

Until we have a fix for Bug 4503, any strings output by JavaScript must be
handled in a template somehow. See the Cart for a good example of how that can
be done. 

In includes/doc-head-close.inc:


91       var MSG_NO_RECORD_SELECTED = _("No item was selected");

In js/basket.js

414      if (bibs.length == 0) { showListsUpdate(MSG_NO_RECORD_SELECTED); }
415       return bibs.join("&");

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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