Problem of shell command `yiic message`

Yii use regular expressions to extract the language messages from source file.

However, An error occurred when deal with the following codes:




Yii::t('core', Yii::app()->name);

Yii::t('core', 'others');



This will due to a wrong parsed category:


core', Yii::app()->name);

Yii::t('core

Whether to consider to resolove tokens from token_get_all()

Please report this one to issue tracker: http://code.google.com/p/yii/issues/list

If you’ll attach files that are causing errors with message command it will help a lot.

Thanks.