Last modified: 2013-04-22 16:14:20 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T48529, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 46529 - Gender aliases for namespaces are not defined for Yiddish
Gender aliases for namespaces are not defined for Yiddish
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: i18n
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-25 09:39 UTC by Amir E. Aharoni
Modified: 2013-04-22 16:14 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Amir E. Aharoni 2013-03-25 09:39:37 UTC
Users who have defined their gender see namespace names for user and user talk pages in Hebrew instead of Yiddish. This happens because gender aliases are not defined in Yiddish and Hebrew is the fallback language.

I propose to add the following gender aliases:
$namespaceGenderAliases = array(
	NS_USER      => array( 'male' => 'באַניצער', 'female' => 'באַניצערין' ),
	NS_USER_TALK => array( 'male' => 'באַניצער_רעדן', 'female' => 'באַניצערין_רעדן' ),
);

And also to add aliases to Hebrew names for backwards compatibility:
$namespaceAliases = array(
...
	'משתמש' => NS_USER,
	'שיחת_משתמש' => NS_USER_TALK,
	'משתמשת' => NS_USER,
	'שיחת_משתמשת' => NS_USER_TALK,
...
);

The fix is basically ready, but I need a confirmation for this change from a user who knows Yiddish.
Comment 1 Amir E. Aharoni 2013-03-25 09:41:51 UTC
Patch: https://gerrit.wikimedia.org/r/#/c/55550/
Comment 2 db [inactive,noenotif] 2013-03-26 20:13:24 UTC
(In reply to comment #1)
> Patch: https://gerrit.wikimedia.org/r/#/c/55550/

Status Merged

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links