From: Max Semenik Date: Thu, 21 Feb 2019 04:26:46 +0000 (-0800) Subject: Set $wgMediaInTargetLanguage to true by default X-Git-Tag: 1.34.0-rc.0~2766^2 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=31f740d31c71fe2b79bad73db97931e15aef8f0a;p=lhc%2Fweb%2Fwiklou.git Set $wgMediaInTargetLanguage to true by default This feature flag is still unreleased, flipping it on by default in preparation for removal. Change-Id: Ice3c3d7e35023d93afb85d43f838c18dae9a9c3a --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 537f411cb4..e924b603be 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1234,7 +1234,7 @@ $wgAllowTitlesInSVG = false; * * @since 1.33 */ -$wgMediaInTargetLanguage = false; +$wgMediaInTargetLanguage = true; /** * The maximum number of pixels a source image can have if it is to be scaled