https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37257

            Bug ID: 37257
           Summary: Copy in OPAC datatable untranslatable
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

Created attachment 168509
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168509&action=edit
Screenshot of the patron's account in the OPAC in fr-CA, the Copy button is
highlighted

I can't find where to translate the "Copy" button in the OPAC datatables (I'm
specifically looking at the checkouts table in the patron's account, but it's
also in the holds tab, and I'm sure it's elsewhere too).

To recreate:
0. Install fr-CA or another language in the OPAC
   0.1. Run the following commands
   ./misc/translator/translate update fr-CA
   ./misc/translator/translate install fr-CA
   0.2. Go to Administration > System preferences
   0.3. Search for OPACLanguages and check fr-CA
   0.4. Set opaclanguagesdisplay to Allow
   0.5. Click Save all I18N/L10N preferences

1. Check that "Copy" is translated in the .po files
   1.1. In the terminal, open misc/translator/po/fr-CA-opac-bootstrap.po
   1.2. Search for Copy
        --> It should be translated to Copier
   1.3. Open misc/translator/po/fr-CA-messages-js.po
   1.4. Search for Copy
        --> It should be translated to Copier

2. Checkout an item to yourself (or to another patron)
   2.1. At the top right, click you username and choose My checkouts
   2.2. Enter the barcode 39999000010114 (or another barcode)
   2.3. Press Enter or click Check out

3. Log into the OPAC 

4. Switch the language to Français Canada

5. Access the user summary
   --> Notice the toolbar at the top of the checkouts table contains
untranslated "Copy". "Imprimer" is translated. The others are hard to tell
since they are the same in French and English (CSV, iCal)


I looked at the koha-tmpl/opac-tmpl/bootstrap/js/datatables.js file and the
Copy section looks the same (to me) as the Print section

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
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/

Reply via email to