https://bugzilla.wikimedia.org/show_bug.cgi?id=46529
Web browser: ---
Bug ID: 46529
Summary: Gender aliases for namespaces are not defined for
Yiddish
Product: MediaWiki
Version: unspecified
Hardware: All
OS: All
Status: NEW
Keywords: i18n
Severity: normal
Priority: Unprioritized
Component: Internationalization
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected], [email protected]
Classification: Unclassified
Mobile Platform: ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l