(Translated by https://www.hiragana.jp/)
⚓ T13834 Add localization settings to the LocalSettings.php file of Incubator
Page MenuHomePhabricator

Add localization settings to the LocalSettings.php file of Incubator
Closed, ResolvedPublic

Description

Please add the following to LocalSettings.php for the Wikimedia Incubator:

$wgForceUIMsgAsContentMsg = array(

'sidebar-mainpage-url', 
'sidebar-help-url', 
'sidebar-sitesupport-url'

);
$wgLoginLanguageSelector = true;

Because Incubator should be a multilingual wiki.

Thank you, [[incubator:User:SPQRobin]]


Version: unspecified
Severity: enhancement
URL: http://incubator.wikimedia.org/

Details

Reference
bz11834

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:57 PM
bzimport set Reference to bz11834.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

Done.

'incubatorwiki' => array( 
   'sidebar-mainpage-url', 
   'sidebar-help-url', 
   'sidebar-sitesupport-url',
 ),