Add message keys to the message files to define that messages and show it on Special...
authorRaimond Spekking <raymond@users.mediawiki.org>
Sun, 19 Feb 2012 09:09:51 +0000 (09:09 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Sun, 19 Feb 2012 09:09:51 +0000 (09:09 +0000)
Per request of Der Umherirrende https://translatewiki.net/wiki/Thread:Support/Missing_message_keys_in_messages_files

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

index 92764a5..11fa636 100644 (file)
@@ -2754,6 +2754,7 @@ The e-mail address you entered in [[Special:Preferences|your user preferences]]
 
 # Watchlist
 'watchlist'            => 'My watchlist',
+'watchlist-summary'    => '', # do not translate or duplicate this message to other languages
 'mywatchlist'          => 'My watchlist',
 'watchlistfor2'        => 'For $1 $2',
 'nowatchlist'          => 'You have no items on your watchlist.',
index 1c33667..e04e2a4 100644 (file)
@@ -161,6 +161,7 @@ $wgIgnoredMessages = array(
        'wantedcategories-summary',
        'wantedfiles-summary',
        'wantedpages-summary',
+       'watchlist-summary',
        'mostlinked-summary',
        'mostlinkedcategories-summary',
        'mostlinkedtemplates-summary',