https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40772
--- Comment #1 from David Cook <[email protected]> --- I think "Issuing" is a en-NZ localisation as the core code uses "Checking out". When I grep "Checking out to", I see the following: grep -R "Checking out to " koha-tmpl/* koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt: [% tx("Checking out to {patron}", { patron = patron_in_title }) | html %] koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt: <label class="circ_barcode" for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label> koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt: <h4>Checking out to [% INCLUDE 'patron-title.inc' %]</h4> koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt: <legend>Checking out to [% INCLUDE 'patron-title.inc' %]</legend> koha-tmpl/intranet-tmpl/prog/fr-FR/modules/circ/circulation.tt: [% tx("Checking out to {patron}", { patron = patron_in_title }) | html %] If I do this 'grep "Issuing" misc/translator/po/en-NZ*', I can see the following: misc/translator/po/en-NZ-messages.po:msgstr "Issuing to {user}" -- If I look at that file then I see the following: 7329 #: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt:20 7330 #, perl-brace-format 7331 msgid "Checking out to {patron}" 7332 msgstr "Issuing to {user}" -- There are similar issues further down: 7342 #: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt:16 7343 #, perl-brace-format 7344 msgid "Batch check out to {patron}" 7345 msgstr "Batch issue to {user}" -- So overall I think this is a translation issue. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
