https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37472 --- Comment #12 from Julian Maurice <julian.maurice@biblibre.com> --- Comment on attachment 169561 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169561 Bug 37472: Enable extraction of strings from plugins Review of attachment 169561: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=37472&attachment=169561) ----------------------------------------------------------------- ::: gulpfile.js @@ +353,4 @@
function po_update_installer_marc21 () { return po_update_type('installer-MARC21') } function po_update_installer_unimarc () { return po_update_type('installer-UNIMARC') }
+const PLUGINS_BASE = "/kohadevbox/plugins";
It should probably be fetched from $KOHA_CONF (which can contains multiple directories) -- You are receiving this mail because: You are watching all bug changes.