mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-20 18:09:54 +00:00
19 lines
No EOL
567 B
PHP
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',
|
|
),
|
|
); |