r28144 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r28143‎ | r28144 | r28145 >
Date:13:56, 4 December 2007
Author:rotem
Status:old
Tags:
Comment:
{{ns:user}} is needed in MediaWiki:Signature. It is parsed using wfMsgExt and parsemag in order to show the correct localized namespace name.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -3090,7 +3090,7 @@
30913091 'hebrew-calendar-m12-gen' => 'Elul', # only translate this message to other languages if you have to change it
30923092
30933093 # Signatures
3094 -'signature' => '[[User:$1|$2]]', # don't translate or duplicate this message to other languages
 3094+'signature' => '[[{{ns:user}}:$1|$2]]', # don't translate or duplicate this message to other languages
30953095 'signature-anon' => '[[{{#special:Contributions}}/$1|$2]]', # don't translate or duplicate this message to other languages
30963096
30973097 );

Status & tagging log