@@ -, +, @@ analytics" link 1. Install one of the affected languages: koha-translate --install sv-SE --dev kohadev 2. Modify and save the following system preferences: language: enable the language OPACLanguages: enable the language opaclanguagesdisplay: Allow EasyAnalyticalRecords: Show 3. View a record with holdings and copy the barcode of one the items 4. Select the Edit dropdown menu above the record details and click "Link to host record" 5. Paste the barcode, click Select, and click OK 6. Return to Normal view of the record and reload the page 7. There should now be a "Show analytics" link 8. Hover over the link and note that the link contains "Host-item" 9. Switch to one of the affected languages and note that "Host-item" is translated koha-translate --update sv-SE --dev kohadev --- .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -222,7 +222,7 @@ - Host-item:( + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -264,7 +264,7 @@ - Host-item:( + --