File tree 1 file changed +3
-1
lines changed
src/main/java/fr/adrienbrault/idea/symfony2plugin/translation/dict
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 56
56
public class TranslationUtil {
57
57
public static MethodMatcher .CallToSignature [] PHP_TRANSLATION_SIGNATURES = new MethodMatcher .CallToSignature [] {
58
58
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" )
60
62
};
61
63
62
64
private static final String [] XLIFF_XPATH = {
You can’t perform that action at this time.
0 commit comments