From: Raimond Spekking Date: Sun, 19 Feb 2012 09:09:51 +0000 (+0000) Subject: Add message keys to the message files to define that messages and show it on Special... X-Git-Tag: 1.31.0-rc.0~24633 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=776fd50dad37dfe0d5147ea2e4b52bf31423bda6;p=lhc%2Fweb%2Fwiklou.git Add message keys to the message files to define that messages and show it on Special:AllMessages. Per request of Der Umherirrende https://translatewiki.net/wiki/Thread:Support/Missing_message_keys_in_messages_files --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 92764a5ceb..11fa6361f5 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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.', diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index 1c33667aa3..e04e2a41d6 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -161,6 +161,7 @@ $wgIgnoredMessages = array( 'wantedcategories-summary', 'wantedfiles-summary', 'wantedpages-summary', + 'watchlist-summary', 'mostlinked-summary', 'mostlinkedcategories-summary', 'mostlinkedtemplates-summary',