schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
427 stars 291 forks source link

Support named argument for domain extraction #567

Closed deguif closed 1 year ago

deguif commented 2 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes/no
Fixed tickets
License Apache2

Description

Currently when calling trans and passing a named argument for domain to avoid passing other optional arguments, it isn't extracted properly.

With this PR, passing the domain as named argument will be supported.