Translate filter in Twig

This seems to be code similar to those that often happen in memes :slight_smile:
Maybe it’s worth adding this filter in one of the next updates?

    public function registerMarkupTags()
    {
        return [
            'filters' => [
                '_' => '__'
            ]
        ];
    }

These filters have been added in v3.1.18

Thanks!