Remove Russian gender aliases from MessagesAlt.php
Bug: T290163 Change-Id: I612bf1312dcf8d927bbd8bc5cfe689a9a4947dc0
This commit is contained in:
parent
930841b4c7
commit
ecedd4af81
1 changed files with 3 additions and 0 deletions
|
|
@ -28,3 +28,6 @@ $namespaceNames = [
|
|||
NS_CATEGORY => 'Категория',
|
||||
NS_CATEGORY_TALK => 'Категорияны_шӱӱжери',
|
||||
];
|
||||
|
||||
// Remove Russian aliases
|
||||
$namespaceGenderAliases = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue