Add a message for a 'Spam tools' group.
authorDaniel Friesen <dantman@users.mediawiki.org>
Sat, 31 May 2008 02:43:33 +0000 (02:43 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sat, 31 May 2008 02:43:33 +0000 (02:43 +0000)
Many extensions fall under this category, however there isn't a single one which would dominate this category.
It's best to localize this one inside of core to avoid multiple extensions trying to localize the same message, or worse, different id's with the same purpose. And ending up duplicating translations, with some lagging behind and potentially overriding newer translations in other extensions.

languages/messages/MessagesEn.php

index 62d7d07..d5874a3 100644 (file)
@@ -3403,5 +3403,6 @@ Enter the filename without the "{{ns:image}}:" prefix.',
 'specialpages-group-pages'       => 'Pages',
 'specialpages-group-pagetools'   => 'Page tools',
 'specialpages-group-wiki'        => 'Wiki data and tools',
+'specialpages-group-spam'        => 'Spam tools',
 
 );