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 5656public class TranslationUtil {
5757 public static MethodMatcher .CallToSignature [] PHP_TRANSLATION_SIGNATURES = new MethodMatcher .CallToSignature [] {
5858 new MethodMatcher .CallToSignature ("\\ Symfony\\ Component\\ Translation\\ TranslatorInterface" , "trans" ),
59- new MethodMatcher .CallToSignature ("\\ Symfony\\ Component\\ Translation\\ TranslatorInterface" , "transChoice" )
59+ new MethodMatcher .CallToSignature ("\\ Symfony\\ Component\\ Translation\\ TranslatorInterface" , "transChoice" ),
60+ new MethodMatcher .CallToSignature ("\\ Symfony\\ Contracts\\ Translation\\ TranslatorInterface" , "trans" ),
61+ new MethodMatcher .CallToSignature ("\\ Symfony\\ Contracts\\ Translation\\ TranslatorInterface" , "transChoice" )
6062 };
6163
6264 private static final String [] XLIFF_XPATH = {
You can’t perform that action at this time.
0 commit comments