[Bug 41428] New: validate_isbn.pl value builder contains untranslatable strings
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41428 Bug ID: 41428 Summary: validate_isbn.pl value builder contains untranslatable strings Initiative type: --- Sponsorship --- status: Product: Koha Version: 24.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: f.demians@tamil.fr, jonathan.druart@gmail.com Depends on: 29980 "Invalid ISBN" alert of is not translatable. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29980 [Bug 29980] Validate ISBN when cataloguing bibliographic records -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41428 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|24.11 |Main Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41428 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- We have several instances of "alert()" in .pl files: opac/opac-tags.pl: "window.alert('Your CGI sessio... cataloguing/value_builder/unimarc_leader.pl: alert(_('leader has an incorre... cataloguing/value_builder/validate_isbn.pl: alert("Invalid ISBN : " + isbn... cataloguing/value_builder/unimarc_field_100.pl: alert('error when getting '+i)... cataloguing/value_builder/unimarc_leader_authorities.pl: alert('error when getting '+ev... cataloguing/value_builder/unimarc_field_100_authorities.pl: alert('error when getting '+i)... cataloguing/value_builder/dateaccessioned.pl: if (! id) { alert(_("Bad id ")... cataloguing/value_builder/unimarc_field_115a.pl: alert('error when getting '+i)... tags/review.pl: "window.alert('Your CGI sessio... Is there a correct way to handle these in cases where there is no template? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41428 --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- Koha::I18N::__() -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org