Hi. I use Twig-Gettext-Extractor with ZF2 framework.
I updated catalog from sources, all *.twig files are scanned properly.
But I get only texts from standard TWIG translation blocks, for sample, this one works correctly:
{% trans "Hello World!" %}
But this one not.
{{ translate('My text') }}
I have "translate" function on Poedit "Sources keywords" list.
Hi. I use Twig-Gettext-Extractor with ZF2 framework. I updated catalog from sources, all *.twig files are scanned properly. But I get only texts from standard TWIG translation blocks, for sample, this one works correctly: {% trans "Hello World!" %}
But this one not. {{ translate('My text') }}
I have "translate" function on Poedit "Sources keywords" list.
It should work?