[Bug 38973] New: Calendar is not properly translated on OPAC
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38973 Bug ID: 38973 Summary: Calendar is not properly translated on OPAC Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: baptiste.wojtkowski@biblibre.com QA Contact: testopia@bugs.koha-community.org In the OPAC, calender is not well translated as it is in the intranet -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38973 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38973 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38973 --- Comment #1 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- Created attachment 177195 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177195&action=edit Bug 38973: Calendar is not properly translated on OPAC TEST PLAN: 1 - Activate PatronSelfRegistration and select a PatronSelfRegistrationDefaultCategory 2 - Have any language installed on which there is a properly translated calendar here https://your-intranet/cgi-bin/koha/members/memberentry.pl?op=add_form 3 - Notice the calendar here is not translated: https://your-opac/cgi-bin/koha/opac-memberentry.pl 4 - Apply patch 5 - Translate again 6 - Try again 3 and notice it now works -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38973 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard@myacpl.org |baptiste.wojtkowski@biblibr | |e.com -- You are receiving this mail because: You are watching all bug changes.
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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38973 --- Comment #3 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- Are the translations resources also split between OPAC and Intranet ? I can't manage to have the translation working with a single _ -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38973 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- It should use a single underscore as it's a template file, not a script... and yes, different files for OPAC and staff translations. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org