From: Rotem Liss Date: Tue, 4 Dec 2007 13:56:32 +0000 (+0000) Subject: {{ns:user}} is needed in MediaWiki:Signature. It is parsed using wfMsgExt and parsema... X-Git-Tag: 1.31.0-rc.0~50555 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=95d55abea661d644c3c75a52bdcf71f3b557a0f5;p=lhc%2Fweb%2Fwiklou.git {{ns:user}} is needed in MediaWiki:Signature. It is parsed using wfMsgExt and parsemag in order to show the correct localized namespace name. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 6ef826c898..41474e47ab 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3090,7 +3090,7 @@ $1', 'hebrew-calendar-m12-gen' => 'Elul', # only translate this message to other languages if you have to change it # Signatures -'signature' => '[[User:$1|$2]]', # don't translate or duplicate this message to other languages +'signature' => '[[{{ns:user}}:$1|$2]]', # don't translate or duplicate this message to other languages 'signature-anon' => '[[{{#special:Contributions}}/$1|$2]]', # don't translate or duplicate this message to other languages );