I have a `mail+intl-icu.nl.yml` file this is not recognized: 'Ctrl' + a click says: Cannot find deceleration to go to and i see a underline with `Symfony: Missing translation domain` ```php $this->translator->trans('opt.subject', [], 'mail+intl-icu'); ``` 'Ctrl' + a click says: Cannot find deceleration to go to ```twig {% trans_default_domain 'mail+intl-icu' %} ``` The translation works fine. And when i remove the '+intl-icu' it works fine but the docs state to use with see: https://symfony.com/doc/6.4/reference/formats/message_format.html#:~:text=MessageCatalogueInterface%3A%3AINTL_DOMAIN_SUFFIX%0A%20%20%20%20%27-,messages%2Bintl%2Dicu,-%27%0A)%3B I think support for it was added here: https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1583