Page MenuHomePhabricator

Remove unnecessary wgNamespaceAliases from bnwiki
Closed, ResolvedPublic

Description

Currently bnwiki wgNamespaceAliases settings in wmf-config/InitialiseSettings.php is defined as,

'+bnwiki' => [
		'Portal' => 100,
		'Portal_talk' => 101,
		'കവാടം' => 100,
		'കവാടത്തിന്റെ_സംവാദം' => 101,
		'WT' => NS_PROJECT_TALK,
		'വിഭാഗം' => NS_CATEGORY,
		'വിഭാഗത്തിന്റെ_സംവാദം' => NS_CATEGORY_TALK,
	],

Their is no reference that കവാടം, കവാടത്തിന്റെ_സംവാദം, വിഭാഗം, വിഭാഗത്തിന്റെ_സംവാദം comes from where and why? These are not in Bengali language, also their is no necessary those aliases in Bengali Wikipedia. So I suggest that those aliases should be removed.

Event Timeline

Change 832683 had a related patch set uploaded (by MdsShakil; author: MdsShakil):

[operations/mediawiki-config@master] Remove unnecessary wgNamespaceAliases from bnwiki

https://gerrit.wikimedia.org/r/832683

Change 832683 merged by jenkins-bot:

[operations/mediawiki-config@master] Remove unnecessary wgNamespaceAliases from bnwiki

https://gerrit.wikimedia.org/r/832683

Mentioned in SAL (#wikimedia-operations) [2022-09-19T07:16:46Z] <urbanecm@deploy1002> Synchronized wmf-config/InitialiseSettings.php: 4a6c1ddf5cd1a46ab05f5d6fda4b938a3ee37238: Remove unnecessary wgNamespaceAliases from bnwiki (T318003) (duration: 04m 16s)

MdsShakil moved this task from Backlog to Closed on the Bangla-Sites board.