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

--- Comment #19 from Leinad <danny.lei...@gmail.com> 2011-02-13 21:46:09 UTC ---
(In reply to comment #18)
> (In reply to comment #17)
> > I have some observations/questions:
> > * I tried add $namespaceGenderAliases via LocalSettings.php, but it is not 
> > work
> > - only works via MessagesPl.php. 
> 
> Yes, it is like any other variable in MessagesXx.php

Sorry, but I'm not sure... $namespaceGenderAliases will be not possible to set
in LocalSettings.php? I thought will be the same as $wgExtraNamespaces. For
example:

In default MediaWiki instalaltion there is
(http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/messages/MessagesPl.php?view=markup):
$namespaceNames = array(
       NS_USER             => 'Użytkownik',
);

but in own installation is possible to set own name
(http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php):
'wgExtraNamespaces' => array(
    'plwiki' => array( 
        NS_USER => 'Wikipedysta',
    ),
),


> > * Gender form is visible only in <h1> and URL, but not in tab. In my 
> > opinion if
> > $namespaceGenderAliases is enabled, there should exist MediaWiki messages 
> > for
> > tab with proper gender form.
> 
> Was it you or someone else which suggested the workaround
> {{GENDER:{{BASEPAGENAME}}|...}}. Anyway, could you open a separate bug for it
> so that I don't forget it.

Ok, done bug27387.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to