https://bugzilla.wikimedia.org/show_bug.cgi?id=28727
Ashar Voultoiz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Ashar Voultoiz <[email protected]> 2011-05-14 22:12:03 UTC --- The requested feature should be fine now. I have made the requested change on the live site: $ svn diff -r 1793:1795 Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 1793) +++ InitialiseSettings.php (revision 1795) @@ -1033,6 +1033,7 @@ 'abwiki' => 'Авикипедиа', 'advisorywiki' => 'Advisory Board', 'angwikisource' => 'Wicifruma', + 'amwiki' => 'ውክፔዲያ', 'arbcom_dewiki' => 'Arbitration Committee', 'arbcom_enwiki' => 'Arbitration Committee', 'arbcom_fiwiki' => 'Arbitration Committee', @@ -1452,6 +1453,7 @@ // Wikis (alphabetical by DB name) 'abwiki' => 'Авикипедиа', 'advisorywiki' => 'Project', + 'amwiki' => 'ውክፔዲያ', 'angwikisource' => 'Wicifruma', 'arbcom_dewiki' => 'Project', 'arbcom_enwiki' => 'Project', @@ -3768,12 +3770,10 @@ 110 => 'Nochricht', 111 => 'Nochricht_Diskussion', ), -/* For portal ns, need talk name :b 'amwiki' => array( - 100 => '', # 28727 - 101 => '', + 100 => 'በር፡', # 28727 + 101 => 'በር_ውይይት', ), -*/ 'anwiki' => array( 100 => 'Portal', 101 => 'Descusión_Portal', ), 'arwiki' => array( 100 => 'بوابة', -- 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
