https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37472
--- Comment #12 from Julian Maurice <[email protected]> --- 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. _______________________________________________ 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/
