Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4
This commit is contained in:
commit
5be36934e1
@ -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
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user