From: Ævar Arnfjörð Bjarmason Date: Mon, 16 May 2005 05:12:53 +0000 (+0000) Subject: * Presumably this was supposed to be used in combonation with the X-Git-Tag: 1.5.0alpha2~164 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=9faab5ccb7af2d8bed99770f49b3aae738a46174;p=lhc%2Fweb%2Fwiklou.git * Presumably this was supposed to be used in combonation with the $wgLanguageFile file but never got finished. --- diff --git a/maintenance/dumpMessages.php b/maintenance/dumpMessages.php deleted file mode 100644 index 84ecc4c6d4..0000000000 --- a/maintenance/dumpMessages.php +++ /dev/null @@ -1,19 +0,0 @@ -disableTransform(); -$messages = array(); -foreach ( $wgAllMessagesEn as $key => $englishValue ) -{ - $messages[$key] = wfMsg( $key ); -} -print "MediaWiki $wgVersion language file\n"; -print serialize( $messages ); - -?>