After creating a new site with YII, I added a folder \'fr\' in protected/messages and added a file \'site.php\' which contains:
return array(\'hello\' =>
You forgot to set source language.
Into config:
return array( 'sourceLanguage'=>'en', ),
Or app:
Yii::app()->sourceLanguage = 'en';