Cleanup and optimization of the handling/loading of the dictionary files.

SVN:trunk[3980]
This commit is contained in:
Guillaume Lajarige
2016-04-04 13:56:36 +00:00
parent 447fc85867
commit 1784653678

View File

@@ -143,6 +143,8 @@ class Dict
}
// Attempt to find the string in english
//
self::InitLangIfNeeded('EN US');
$aDefaultDictionary = self::$m_aData['EN US'];
if (array_key_exists($sStringCode, $aDefaultDictionary))
{