https://bugzilla.wikimedia.org/show_bug.cgi?id=27015
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from JeLuF <[email protected]> 2011-01-29 07:48:52 UTC --- Your change has been completed. Please reopen this ticket if anything went wrong. The following configuration settings have been changed: =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 1548) +++ InitialiseSettings.php (working copy) @@ -1136,6 +1136,7 @@ 'gawikibooks' => 'Vicíleabhair', 'gawikiquote' => 'Vicísliocht', 'gawiktionary' => 'Vicífhoclóir', + 'gdwiki' => 'Uicipeid', 'gnwiki' => 'Vikipetã', 'grantswiki' => 'Wikimedia Foundation Grants Discussion', 'guwiki' => 'વિકિપીડિયા', @@ -1542,6 +1543,7 @@ 'gawikibooks' => 'Vicíleabhair', 'gawikiquote' => 'Vicísliocht', 'gawiktionary' => 'Vicífhoclóir', + 'gdwiki' => 'Uicipeid', 'gnwiki' => 'Vikipetã', 'grantswiki' => 'Project', 'guwiki' => 'વિકિપીડિયા', @@ -2093,6 +2095,10 @@ 'frwiktionary' => array( 'WT' => NS_PROJECT, ), + 'gdwiki' => array( + 'Wikipedia' => NS_PROJECT, + 'Wikipedia_talk' => NS_PROJECT_TALK, + ), 'hewikisource' => array( 'באור' => 106, 'שיחת_באור' => 107, =================================================================== You can find the entire config file at http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php -- 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
