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
now that this filter is available, it could be usefull to support it ?
I actually made a simple method that extract all strings from may twig template using Symfony\Bridge\Twig\Translation\TwigExtractor then generats a fake php file with some simple gettext( 'key' ) calls, then scann it using the PHP-Scanner. But it looses the filename/line information that can be usefull
thanks
The text was updated successfully, but these errors were encountered:
Hello,
now that this filter is available, it could be usefull to support it ?
I actually made a simple method that extract all strings from may twig template using
Symfony\Bridge\Twig\Translation\TwigExtractor
then generats a fake php file with some simplegettext( 'key' )
calls, then scann it using the PHP-Scanner. But it looses the filename/line information that can be usefullthanks
The text was updated successfully, but these errors were encountered: