Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4

This commit is contained in:
Weblate 2015-03-03 11:31:59 +01:00
commit 5be36934e1

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
*