https://bugzilla.wikimedia.org/show_bug.cgi?id=24936
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from JeLuF <[email protected]> 2010-09-08 21:53:30 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 1112) +++ InitialiseSettings.php (working copy) @@ -2286,6 +2286,8 @@ 'siwiki' => array( 'Wikipedia' => NS_PROJECT, 'Wikipedia_talk' => NS_PROJECT_TALK, + 'Portal' => 100, + 'Portal_talk' => 101, ), 'siwikibooks' => array( 'Wikibooks' => NS_PROJECT, @@ -3869,7 +3871,7 @@ 102 => 'Pruggettu', 103 => 'Discussioni_pruggettu', ), - 'siwiki' => array( 100 => 'Portal', 101 => 'Portal_talk' ), # bug 6435 + 'siwiki' => array( 100 => 'ද්වාරය', 101 => 'ද්වාරය_සාකච්ඡාව' ), # bug 6435, 24936 'skwiki' => array( 100 => 'Portál', 101 => 'Diskusia_k_portálu'), 'slwiki' => array( 100 => 'Portal', 101 => 'Pogovor_o_portalu' ), 'sqwiki' => array( 100 => 'Portal', 101 => 'Portal_diskutim' ), -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
