We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9212f28 commit b16e763Copy full SHA for b16e763
app/code/Magento/Translation/Model/Json/PreProcessor.php
@@ -81,7 +81,7 @@ public function process(Chain $chain)
81
82
$area = $this->areaList->getArea($areaCode);
83
$area->load(\Magento\Framework\App\Area::PART_TRANSLATE);
84
-
+
85
$this->translate->setLocale($context->getLocale())->loadData($areaCode, true);
86
87
$chain->setContent(json_encode($this->dataProvider->getData($themePath)));
0 commit comments