You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your use case and the problem you are facing
make-pot should allow configurable extension for the files to scan.
E.g. when the theme uses the blade template language (like the roots.io Sage theme), many files will have the extension blade.php instead just php. Currently make-pot ignores these and the translations strings in the POT file are missing.
Describe the solution you'd like
A configuration option for the make-pot command for specifying different/more extension of the files to scan.
The text was updated successfully, but these errors were encountered:
Actually for support of files with multiple file extensions (as blade.php for PHP-Blade files),
the IterableCodeExtractor filter has to be refactored, see this PR for PHP-Blade templates: #304
Feature Request
Describe your use case and the problem you are facing
make-pot
should allow configurable extension for the files to scan.E.g. when the theme uses the blade template language (like the roots.io Sage theme), many files will have the extension
blade.php
instead justphp
. Currentlymake-pot
ignores these and the translations strings in the POT file are missing.Describe the solution you'd like
A configuration option for the
make-pot
command for specifying different/more extension of the files to scan.The text was updated successfully, but these errors were encountered: