https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37472 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #15 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I'd like to help testing here, but not quite sure about the mechanics. @Julian, maybe you could make some time to have another go? You are much more familiar with the translation tools (old and new) I believe. (In reply to Arthur Suzuki from comment #14)
huuum, just wondering, isn't this bug a duplicate of Bug 25099?
I think bug 25099 is something that could be used here, but I believe the scope is different? (In reply to Julian Maurice from comment #12)
Comment on attachment 169561 [details] [review] Bug 37472: Enable extraction of strings from plugins
Review of attachment 169561 [details] [review]: -----------------------------------------------------------------
::: 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)
@Matt can you have a look at this comment? Failing to raise attention. -- You are receiving this mail because: You are watching all bug changes.