Skip to content

Commit 33eed95

Browse files
ACPT-1327
Fixing translations not working when subsequent request has different translation locale
1 parent b2903a5 commit 33eed95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Translate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,5 +609,6 @@ public function _resetState(): void
609609
{
610610
$this->_config = [];
611611
$this->_data = [];
612+
$this->_localeCode = null;
612613
}
613614
}

0 commit comments

Comments
 (0)