27 Jan
2025
27 Jan
'25
4:01 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38973 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- calendar.js in the staff interface is a JS file, so it uses the double-underscore function ( __("Sun") ). calendar.inc is a Template Toolkit file so it should use a single underscore: _("Sun"). -- You are receiving this mail because: You are watching all bug changes.