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.
2 parents 6f4805f + 01e0d1e commit 58a435bCopy full SHA for 58a435b
lib/internal/Magento/Framework/App/Area.php
@@ -241,7 +241,7 @@ protected function _initConfig()
241
*/
242
protected function _initTranslate()
243
{
244
- $this->_translator->loadData(null, false);
+ $this->_translator->loadData($this->_code, false);
245
246
\Magento\Framework\Phrase::setRenderer(
247
$this->_objectManager->get(\Magento\Framework\Phrase\RendererInterface::class)
0 commit comments