File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/java/fr/adrienbrault/idea/symfony2plugin/translation/dict Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,9 @@ public class TranslationUtil {
5353 new MethodMatcher .CallToSignature ("\\ Symfony\\ Component\\ Translation\\ TranslatorInterface" , "trans" ),
5454 new MethodMatcher .CallToSignature ("\\ Symfony\\ Component\\ Translation\\ TranslatorInterface" , "transChoice" ),
5555 new MethodMatcher .CallToSignature ("\\ Symfony\\ Contracts\\ Translation\\ TranslatorInterface" , "trans" ),
56- new MethodMatcher .CallToSignature ("\\ Symfony\\ Contracts\\ Translation\\ TranslatorInterface" , "transChoice" )
56+ new MethodMatcher .CallToSignature ("\\ Symfony\\ Contracts\\ Translation\\ TranslatorInterface" , "transChoice" ),
57+ new MethodMatcher .CallToSignature ("\\ Symfony\\ Bundle\\ FrameworkBundle\\ Templating\\ Helper\\ TranslatorHelper" , "trans" ),
58+ new MethodMatcher .CallToSignature ("\\ Symfony\\ Bundle\\ FrameworkBundle\\ Templating\\ Helper\\ TranslatorHelper" , "transChoice" )
5759 };
5860
5961 private static final String [] XLIFF_XPATH = {
You can’t perform that action at this time.
0 commit comments