CPhpMessageSource.getMessageFile()


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';

What’s the bug?

Sorry, I was wrong. Russian documentation is inaccurate…

Fixed translation. Will be updated at the website when Yii 1.1.9 will be released. Thanks for pointing this out.