Last active
May 15, 2017 09:02
-
-
Save mrkhoa99/f5e26a1d6fe55712a4d97ab71a0c10f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Magento\Framework\Translate::loadData() | |
#Load Cache first | |
$this->_loadModuleTranslation(); | |
$this->_loadThemeTranslation(); | |
$this->_loadPackTranslation(); | |
$this->_loadDbTranslation(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment