napeHeK
(Napehek)
1
protected function getMessageFile($category,$language)
{
if(!isset($this->_files[$category][$language]))
{
if(($pos=strpos($category,'.'))!==false)
{
$moduleClass=substr($category,0,$pos); //$moduleClass = xyz
//must be XyzModule..
//Fix..?
//$moduleClass=ucfirst(substr($category,0,$pos)).'Module';
napeHeK
(Napehek)
3
Sorry, I was wrong. Russian documentation is inaccurate…
samdark
(Alexander Makarov)
4
Fixed translation. Will be updated at the website when Yii 1.1.9 will be released. Thanks for pointing this out.