Mwalker has uploaded a new change for review. https://gerrit.wikimedia.org/r/76653
Change subject: Enable wgNoticeUseLanguageConversion ...................................................................... Enable wgNoticeUseLanguageConversion Per the bug; enable the feature. Related changes are: https://bugzilla.wikimedia.org/show_bug.cgi?id=37338 https://bugzilla.wikimedia.org/show_bug.cgi?id=49354 (https://gerrit.wikimedia.org/r/67629) Bug: 49905 Change-Id: I8385624c7266f79531252693c2cea1c220b2c88f --- M wmf-config/CommonSettings.php 1 file changed, 3 insertions(+), 9 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/53/76653/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 35312a1..223235b 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -1455,15 +1455,6 @@ // Enable the CentralNotice/Translate integration $wgNoticeUseTranslateExtension = true; - /* Hopefully we don't need to use this anymore - $wgExtraNamespaces[866] = 'CNBanner'; - $wgNamespacesWithSubpages[866] = true; - $wgTranslateMessageNamespaces[] = 866; - - $wgExtraNamespaces[867] = 'CNBanner_talk'; - $wgNamespacesWithSubpages[867] = true; - */ - $wgTranslateWorkflowStates['Centralnotice-tgroup'] = array( 'new' => array( 'color' => 'FF0000' ), // red 'needs_proofreading' => array( 'color' => '0000FF' ), // blue @@ -1473,6 +1464,9 @@ 'right' => 'centralnotice-admin', ), ); + + // Bug 49905 + $wgNoticeUseLanguageConversion = true; } // Set CentralNotice banner hide cookie; Needs to be enabled for all wikis that display banners ~awjr 2011-11-07 -- To view, visit https://gerrit.wikimedia.org/r/76653 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8385624c7266f79531252693c2cea1c220b2c88f Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Mwalker <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
