Followup r98707: Register new message key and set it to ignore for translatewiki.net
authorRaimond Spekking <raymond@users.mediawiki.org>
Sun, 2 Oct 2011 20:44:25 +0000 (20:44 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Sun, 2 Oct 2011 20:44:25 +0000 (20:44 +0000)
This way the key is shown in Special:Allmessages even if empty.

languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index b26f889..43489f3 100644 (file)
@@ -1114,6 +1114,7 @@ Before any other e-mail is sent to the account, you will have to follow the inst
 To prevent abuse, only one password reminder will be sent per {{PLURAL:$1|hour|$1 hours}}.',
 'loginstart'                 => '', # do not translate or duplicate this message to other languages
 'loginend'                   => '', # do not translate or duplicate this message to other languages
+'loginend-https'             => '', # do not translate or duplicate this message to other languages
 'signupstart'                => '{{int:loginstart}}', # do not translate or duplicate this message to other languages
 'signupend'                  => '{{int:loginend}}', # do not translate or duplicate this message to other languages
 'mailerror'                  => 'Error sending mail: $1',
index e14acc9..faa1c59 100644 (file)
@@ -105,6 +105,7 @@ $wgIgnoredMessages = array(
        'history_copyright',
        'licenses',
        'loginstart',
+       'loginend-https',
        'loginend',
        'loginlanguagelinks',
        'pear-mail-error',
index e1abd57..6b72bda 100644 (file)
@@ -469,6 +469,7 @@ $wgMessageStructure = array(
                'throttled-mailpassword',
                'loginstart',
                'loginend',
+               'loginend-https',
                'signupstart',
                'signupend',
                'mailerror',