Merge branch 'QA_4_4'

This commit is contained in:
Marc Delisle 2015-03-03 05:32:42 -05:00
commit 729cfb1836

View File

@ -2472,9 +2472,13 @@ $cfg['DefaultLang'] = 'en';
$cfg['DefaultConnectionCollation'] = 'utf8_unicode_ci';
/**
* Force: always use this language
* $cfg['Lang'] = 'en';
* Force: always use this language, e.g. 'en'
*
* @global string $cfg['Lang']
*/
$cfg['Lang'] = '';
/**
* Regular expression to limit listed languages, e.g. '^(cs|en)' for Czech and
* English only
*