https://bugzilla.wikimedia.org/show_bug.cgi?id=43075

       Web browser: ---
            Bug ID: 43075
           Summary: Config wm2013 translation group
           Product: Wikimedia
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Keywords: shell
          Severity: normal
          Priority: Unprioritized
         Component: Site requests
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

$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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to