r27518 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r27517‎ | r27518 | r27519 >
Date:10:18, 15 November 2007
Author:rotem
Status:old
Tags:
Comment:
Signature messages should be ignored: They are not just optional.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messageTypes.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messageTypes.inc
@@ -95,6 +95,8 @@
9696 'revision-nav',
9797 'rfcurl',
9898 'shareddescriptionfollows',
 99+ 'signature',
 100+ 'signature-anon',
99101 'signupend',
100102 'sitenotice',
101103 'sitesubtitle',
@@ -254,8 +256,6 @@
255257 'hebrew-calendar-m10-gen',
256258 'hebrew-calendar-m11-gen',
257259 'hebrew-calendar-m12-gen',
258 - 'signature',
259 - 'signature-anon',
260260 );
261261
262262 /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -3044,8 +3044,8 @@
30453045 'hebrew-calendar-m11-gen' => 'Av', # only translate this message to other languages if you have to change it
30463046 'hebrew-calendar-m12-gen' => 'Elul', # only translate this message to other languages if you have to change it
30473047
3048 -# Default signatures for all languages. Do not duplicate to other languages
3049 -'signature' => '[[User:$1|$2]]', # default signature for registered users
3050 -'signature-anon' => '[[Special:Contributions/$1|$2]]', # default signature for anonymous users
 3048+# Signatures
 3049+'signature' => '[[User:$1|$2]]', # don't translate or duplicate this message to other languages
 3050+'signature-anon' => '[[Special:Contributions/$1|$2]]', # don't translate or duplicate this message to other languages
30513051
30523052 );

Status & tagging log