Page MenuHomePhabricator

alias for de-wiktionary
Closed, ResolvedPublic

Description

Hello, the local community wants to have the alias "BD" for "Benutzer Diskussion". No one opposes, consensus is stated here:
http://de.wiktionary.org/wiki/Wiktionary:TS#Softwareanpassungen (item #2)

So please create an alias "BD" for "Benutzer Diskussion".

As I understand to the config has to add:
wgNamespaceAliases:

'dewiktionary' => array(
    'BD' => NS_USER_TALK,
),

Thanks in advance, Stepro


Version: unspecified
Severity: enhancement

Details

Reference
bz24823

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:11 PM
bzimport set Reference to bz24823.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1034)

+++ InitialiseSettings.php (working copy)
@@ -1922,6 +1922,7 @@

	'WT' => NS_PROJECT,
    'WikiSaurus' => 104,
    'WikiSaurus_Diskussion' => 105,

+ 'BD' => NS_USER_TALK,

),
'dvwiki' => array(
    'Portal' => 100,