Skip to content

Commit 58a435b

Browse files
Indrani SonawaneIndrani Sonawane
authored andcommitted
Merge remote-tracking branch '38922/fix-for-issue-38845' into augcommpr
2 parents 6f4805f + 01e0d1e commit 58a435b

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/App

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Area.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ protected function _initConfig()
241241
*/
242242
protected function _initTranslate()
243243
{
244-
$this->_translator->loadData(null, false);
244+
$this->_translator->loadData($this->_code, false);
245245

246246
\Magento\Framework\Phrase::setRenderer(
247247
$this->_objectManager->get(\Magento\Framework\Phrase\RendererInterface::class)

0 commit comments

Comments
 (0)