I want to parse twig templates for Timber with poedit and I need to translate quoted contents. The problem is that I can't find a parser that does not skip quoted content.
Example:
<htmltag attribute="{{ __('value','textdomain') }}" />
Does someone know of a parser for poedit that detects quoted content, like html attribute content?