File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ protected function getCache()
103
103
*/
104
104
public function beforeLoadData (
105
105
\Magento \Framework \TranslateInterface $ subject ,
106
- $ area ,
107
- $ forceReload
106
+ $ area = null ,
107
+ $ forceReload = false
108
108
): array {
109
109
$ magentoTranslateParams = $ this ->registry ->registry ('magento_translate_params ' );
110
110
$ magentoTranslateParams ->setData ('area ' , $ area );
Original file line number Diff line number Diff line change 1
- ede1898ae98320c99f8234d5c364e48a
1
+ 8163c6c5345f6e4c7c654585fb6f3889
Original file line number Diff line number Diff line change 8
8
"magento/module-translation" : " *"
9
9
},
10
10
"type" : " magento2-module" ,
11
- "version" : " 1.0.0 " ,
11
+ "version" : " 1.0.1 " ,
12
12
"license" : " OSL-3.0" ,
13
13
"authors" : [
14
14
{
Original file line number Diff line number Diff line change 7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
10
- <module name =" Wubinworks_Translation" setup_version =" 1.0.0 " >
10
+ <module name =" Wubinworks_Translation" setup_version =" 1.0.1 " >
11
11
<sequence >
12
12
<module name =" Magento_Framework" />
13
13
<module name =" Magento_Translation" />
You can’t perform that action at this time.
0 commit comments