This package is abandoned due to incompatibility with Twig version 3.12+.
You may use timber/wp-i18n-twig instead.
composer remove level-level/clarkson-wp-cli-twig-translationscomposer require timber/wp-i18n-twig- If in your composer.json file you have commands set up to run this package, remove every line that starts with
wp clarkson-twig-translations - If in your composer.json file you have commands set up to run the WP-CLI
wp i18n make-potcommand, change thewpprefix to./vendor/wp-cli/wp-cli/bin/wp composer update --lock
Parses all Twig files in your current themes templates directory to .php files.
-
Install package via
composer require level-level/clarkson-wp-cli-twig-translations. -
Run
wp clarkson-twig-translations prepare-fileswhich dumps rendered.phpfiles in adistdirectory in your current active theme. -
Make sure your PoEdit
.potor.pofile configuration loads thisdistfolder when it updates from source like"X-Poedit-SearchPath-1: dist/rendered-templates\n"
Free PoEdit doesn't scans Twig files. If you do want PoEdit to do this, buy the Pro version.
clarkson_twig_translations_cache_pathalters the location where to parse to.clarkson_twig_translations_templates_pathalters the location where thetemplatesare located in.