https://bugzilla.wikimedia.org/show_bug.cgi?id=34378
--- Comment #13 from Sam Reed (reedy) <[email protected]> 2012-02-14 20:18:33 UTC --- What are you wanting me to do? The current additions are as below Namespace Aliases: 'mrwikisource' => array( 'Portal' => 100, 'Portal_talk' => 101, 'Author' => 102, 'Author_talk' => 103, 'सूची' => 102, 'सूची_चर्चा' => 103, 'Page' => 104, 'Page_talk' => 105, 'Index' => 106, 'Index_talk' => 107, 'साहित्यिक' => 106, 'साहित्यिक_चर्चा' => 107, ), Extra namespaces: 'mrwikisource' => array( 100 => 'दालन', // Portal 101 => 'दालन_चर्चा', // Portal talk 102 => 'साहित्यिक', // Author 103 => 'साहित्यिक_चर्चा', // Author talk 104 => 'पान', // Page 105 => 'पान_चर्चा', // Page talk 106 => 'अनुक्रमणिका', // Index 107 => 'अनुक्रमणिका_चर्चा', // Index talk ), -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
