TTO has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/327413 )

Change subject: Enable per-page language choice on beta cluster
......................................................................

Enable per-page language choice on beta cluster

Bug: T153209
Change-Id: I4a12c4f83ca8cb4ca5fc3f97e5fd0f3edc7f3721
---
M wmf-config/CommonSettings-labs.php
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/13/327413/1

diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index 496152f..7f7bd07 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -335,6 +335,13 @@
        wfLoadExtension( 'Linter' );
 }
 
+if ( $wmgUseTranslate ) {
+       // test of T153209
+       $wgGroupPermissions['translationadmin']['pagelang'] = true;
+       $wgGroupPermissions['sysop']['pagelang'] = true;
+       $wgPageLanguageUseDB = true;
+}
+
 $wgMessageCacheType = CACHE_ACCEL;
 
 // Let Beta Cluster Commons do upload-from-URL from production Commons.

-- 
To view, visit https://gerrit.wikimedia.org/r/327413
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a12c4f83ca8cb4ca5fc3f97e5fd0f3edc7f3721
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: TTO <at.li...@live.com.au>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to