Gulp i18n:module:template fails

Hello,

I’m trying to generate the translation files for my module. I use this command:

gulp i18n:module:template

It fails because extract-tagged-strings.php is missing from my vendor/bin directory.

I’ve searched for this file everywhere but I couldn’t find a copy. Do you know where it comes from? Can I copy it from somewhere, or is there a package I could install?

Thanks!

extract-tagged-strings.php gets installed with Composer, but only when you are doing a “manual” Composer install, like when you have checked out Omeka from Github… I assume you’re on a zipped copy instead?

1 Like

Thank you @jflatnes!
It’s even « worse », I copied a production website. I will try a fresh install with composer.

I applied the installation instruction from here.

Works like a charm! Thank you again.

This topic was automatically closed 360 days after the last reply. New replies are no longer allowed.