https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42341 Bug ID: 42341 Summary: "Print label" on staff detail page is not translatable Initiative type: --- Sponsorship --- status: Product: Koha Version: 24.11 Hardware: All OS: All Status: NEW Severity: normal 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 The print label button in the holdings table on the staff detail page is no longer translatable. This is because it's created using JS: render: function (data, type, row, meta) { return '<a class="btn btn-default btn-xs print-label" href="/cgi-bin/koha/labels/spinelabel-print.pl?barcode=%s"><i class="fa fa-print"></i> Print label</a>'.format(escape_str(row.external_id)); To test: - Activate SpineLabelShowPrintOnBibDetails - Install any translation. For ktd: sudo koha-translate --install de-DE --dev kohadev - Activate translation with StaffInterfaceLanguages - Find a bibliographic record with items and callnumbers in staff - Verify the "Print label" remains English when switching between languages -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.