Page MenuHomePhabricator

Gender namespaces on hr wiki
Closed, ResolvedPublic

Description

Please add to:

/trunk/phase3/languages/messages/MessagesHr.php

following namespace gender aliases:


+$namespaceGenderAliases = array(
+ NS_USER => array( 'male' => 'Suradnik', 'female' => 'Suradnica' ),
+ NS_USER_TALK => array( 'male' => 'Razgovor sa suradnikom', 'female' => 'Razgovor sa suradnicom' ),
+);


This bug is related to https://bugzilla.wikimedia.org/show_bug.cgi?id=28052


Version: unspecified
Severity: normal

Details

Reference
bz35541

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:20 AM
bzimport set Reference to bz35541.
bzimport added a subscriber: Unknown Object (MLST).

Are these hrwiki specific, or could these be used across all wikis using the hr language?

Can be used across all wikis using the hr (Croatian) language, not hr wikipedia specific.