summaryrefslogtreecommitdiff
path: root/requirements/messages/config.php
blob: 13a23c16ccf48d4f47d9834c43f389dfc171be52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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_cn','zh_tw','de','es','el','sv','he','nl','pt','ru','it','fr','ja','pl','hu','ro','id','vi','bg'),
	'fileTypes'=>array('php'),
	'translator'=>'t',
	'exclude'=>array(
		'.svn',
		'/messages',
		'/views',
	),
);