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

--- Comment #2 from Katrin Fischer <[email protected]> ---
There are some more issues I found but failed to fix.

Maybe someone more knowledgeable about vue can help with these?


1)
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportBuilder.vue

All 4 alert(...) messages

2)
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersCounterLogs.vue
                    render: function (data, type, row, meta) {
                        const importer = row.borrowernumber
                            ? `<a
href="/cgi-bin/koha/members/moremember.pl?borrowernumber=${row.borrowernumber}">Borrowernumber
${row.borrowernumber}</a>`
                            : __("Cronjob")
                        return importer
                    },

I also suspect some other things to not translate, but might be easier to see
in the GUI later and report separately.

-- 
You are receiving this mail because:
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