https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18791 --- Comment #10 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #9)
Hi Kyle,
I'd really like to get this feature in. 2 things:
- Can you please double-check the about page for the Javascript libraries updated and introduced here? I see only one entry changed, but 4 were touched.
- One of the libraries contains another string that is not translatable this way. It is the "copy" modal text:
c.i18n("buttons.copySuccess",{1:"Copied one row to clipboard",_:"Copied %d rows to clipboard"},a.rows),2E3);
Try is I might, I simply cannot get that message to translate : \ It should be very simple to do: Literal example of exactly this: https://datatables.net/extensions/buttons/examples/html5/copyi18n.html https://datatables.net/reference/button/copyHtml5 Is there anyone in the community that might know how to translate datatables better than I? -- You are receiving this mail because: You are watching all bug changes.