File tree Expand file tree Collapse file tree 5 files changed +173
-148
lines changed
Block/Adminhtml/Product/Frontend/Product Expand file tree Collapse file tree 5 files changed +173
-148
lines changed Original file line number Diff line number Diff line change 11
11
"magento/module-checkout" : " *" ,
12
12
"magento/module-sales" : " *" ,
13
13
"magento/module-backend" : " *" ,
14
- "braintree/braintree_php" : " 3.6.1 "
14
+ "braintree/braintree_php" : " 3.7.0 "
15
15
},
16
16
"type" : " magento2-module" ,
17
17
"version" : " 100.0.2" ,
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public function render(AbstractElement $element)
77
77
)->setForm (
78
78
$ this ->getForm ()
79
79
)->setLabel (
80
- __ ('Size for %1 ' , $ attribute ['title ' ])
80
+ __ ('Size for %1 ' , __ ( $ attribute ['title ' ]) )
81
81
)->setRenderer (
82
82
$ this ->_formField
83
83
);
@@ -93,7 +93,7 @@ public function render(AbstractElement $element)
93
93
)->setForm (
94
94
$ this ->getForm ()
95
95
)->setLabel (
96
- __ ('Watermark File for %1 ' , $ attribute ['title ' ])
96
+ __ ('Watermark File for %1 ' , __ ( $ attribute ['title ' ]) )
97
97
)->setRenderer (
98
98
$ this ->_formField
99
99
);
@@ -109,7 +109,7 @@ public function render(AbstractElement $element)
109
109
)->setForm (
110
110
$ this ->getForm ()
111
111
)->setLabel (
112
- __ ('Position of Watermark for %1 ' , $ attribute ['title ' ])
112
+ __ ('Position of Watermark for %1 ' , __ ( $ attribute ['title ' ]) )
113
113
)->setRenderer (
114
114
$ this ->_formField
115
115
)->setValues (
Original file line number Diff line number Diff line change 16
16
<arguments >
17
17
<argument name =" imageTypes" xsi : type =" array" >
18
18
<item name =" small" xsi : type =" array" >
19
- <item name =" title" xsi : type =" string" translate = " true " >Small</item >
19
+ <item name =" title" xsi : type =" string" >Small</item >
20
20
<item name =" attribute" xsi : type =" string" >small_image</item >
21
21
</item >
22
22
<item name =" main" xsi : type =" array" >
23
- <item name =" title" xsi : type =" string" translate = " true " >Main</item >
23
+ <item name =" title" xsi : type =" string" >Main</item >
24
24
<item name =" attribute" xsi : type =" string" >image</item >
25
25
</item >
26
26
<item name =" cart" xsi : type =" array" >
27
- <item name =" title" xsi : type =" string" translate = " true " >Thumbnail</item >
27
+ <item name =" title" xsi : type =" string" >Thumbnail</item >
28
28
<item name =" attribute" xsi : type =" string" >thumbnail</item >
29
29
</item >
30
30
<item name =" custom" xsi : type =" array" >
31
- <item name =" title" xsi : type =" string" translate = " true " >Custom image</item >
31
+ <item name =" title" xsi : type =" string" >Custom image</item >
32
32
<item name =" attribute" xsi : type =" string" >custom_image</item >
33
33
</item >
34
34
</argument >
Original file line number Diff line number Diff line change 44
44
"pelago/emogrifier" : " 0.1.1" ,
45
45
"tubalmartin/cssmin" : " 2.4.8-p4" ,
46
46
"magento/magento-composer-installer" : " *" ,
47
- "braintree/braintree_php" : " 2.39 .0" ,
47
+ "braintree/braintree_php" : " 3.7 .0" ,
48
48
"symfony/console" : " ~2.3 <2.7" ,
49
49
"symfony/event-dispatcher" : " ~2.1" ,
50
50
"phpseclib/phpseclib" : " ~0.3" ,
You can’t perform that action at this time.
0 commit comments