pool/web/framework-1.0.8/messages/config.php
2015-07-02 20:58:45 +02:00

19 lines
No EOL
567 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_cn','zh_tw','de','es','sv','he','nl','pt','ru','it','fr','ja','pl','hu','ro','id','vi','bg'),
'fileTypes'=>array('php'),
'exclude'=>array(
'.svn',
'yiilite.php',
'/i18n/data',
'/messages',
'/vendors',
'/web/js',
),
);