Files
yii/requirements/messages/config.php
qiang.xue d8baee7a8f changed translatable message format from yii## to yii#.
changed how translatable messages in validators are specified.
updated message extractor command.
updated requirement checker.
2008-10-03 02:10:43 +00:00

17 lines
426 B
PHP

<?php
/**
* This is the configuration for generating message translations
* for the Yii requirement checker. It is used by the 'yiic message' command.
*/
return array(
'sourcePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',
'messagePath'=>dirname(__FILE__),
'languages'=>array('zh','zh_cn'),
'fileTypes'=>array('php'),
'translator'=>'t',
'exclude'=>array(
'.svn',
'/messages',
'/views',
),
);