Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-03-03 11:33:26 +01:00
commit f1a6d6017f

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
*