[Koha-bugs] [Bug 7596] System preferences editor JavaScript contains untranslatable English string

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 24 21:51:51 CET 2012


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2012-02-24 20:51:51 UTC ---
A larger problem is another js file used by preferences.pl: ajax.js. There are
many instances where English strings are passed to the onscreen message
handler:

 if ( error.type == 'auth' ) {
  humanMsg.displayMsg( _( 'You need to log in again, your session has timed
out' ) );
  }

These messages should be moved to the template.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list