Files
yii/framework/messages/config.php
qiang.xue 662798d8a5
2008-09-28 12:03:53 +00:00

19 lines
502 B
PHP

<?php
/**
* This is the configuration for generating message translations
* for the Yii framework. It is used by the 'yiic message' command.
*/
return array(
'sourcePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',
'messagePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'messages',
'languages'=>array('zh','zh_cn'),
'fileTypes'=>array('php'),
'exclude'=>array(
'.svn',
'yiilite.php',
'/i18n/data',
'/messages',
'/vendors',
'/web/js',
),
);