Page MenuHomePhabricator

Config wm2013 translation group
Closed, ResolvedPublic

Description

$wgTranslateCC['wiki-sidebar'] = 'addSidebarMessageGroup';
function addSidebarMessageGroup( $id ) {

$mg = new WikiMessageGroup( $id, 'sidebar-messages' );
$mg->setLabel( 'Sidebar' );
$mg->setDescription( 'Messages used in the sidebar of this wiki' );
return $mg;

}

According to https://www.mediawiki.org/wiki/Help:Extension:Translate/Unstructured_element_translation the preceding code should be added to config file. Please do so for Wikimania 2013, thanks.


Version: unspecified
Severity: enhancement

Details

Reference
bz43075

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:12 AM
bzimport set Reference to bz43075.

This was already requested in the original bug about wm2013 IIRC, assigning to Niklas so that he can verify the config and add it to first suitable i18n deployment.