Skip to content

Commit a72fadf

Browse files
authored
enable mul feature flags (#499)
1 parent fff0d22 commit a72fadf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

dist-persist/wbstack/src/Settings/LocalSettings.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,10 @@ function onSkinTemplateNavigationUniversal( SkinTemplate $skin, array &$links )
611611
// Until we can scale redis memory we don't want to do this - https://github.com/addshore/wbstack/issues/37
612612
$wgWBRepoSettings['sharedCacheType'] = CACHE_NONE;
613613

614+
// Enable mul language code
615+
$wgWBRepoSettings['tmpEnableMulLanguageCode'] = true;
616+
$wgWBRepoSettings['tmpAlwaysShowMulLanguageCode'] = true;
617+
614618
# WikibaseLexeme, By default not enabled, enabled in WikiInfo-maint.json
615619
if( $wikiInfo->getSetting('wwExtEnableWikibaseLexeme') ) {
616620
wfLoadExtension( 'WikibaseLexeme' );

dist/wbstack/src/Settings/LocalSettings.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,10 @@ function onSkinTemplateNavigationUniversal( SkinTemplate $skin, array &$links )
611611
// Until we can scale redis memory we don't want to do this - https://github.com/addshore/wbstack/issues/37
612612
$wgWBRepoSettings['sharedCacheType'] = CACHE_NONE;
613613

614+
// Enable mul language code
615+
$wgWBRepoSettings['tmpEnableMulLanguageCode'] = true;
616+
$wgWBRepoSettings['tmpAlwaysShowMulLanguageCode'] = true;
617+
614618
# WikibaseLexeme, By default not enabled, enabled in WikiInfo-maint.json
615619
if( $wikiInfo->getSetting('wwExtEnableWikibaseLexeme') ) {
616620
wfLoadExtension( 'WikibaseLexeme' );

0 commit comments

Comments
 (0)